MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
mesh-bounding-boxes.cpp File Reference

Go to the source code of this file.

Functions

Mesh MakeBoundingBoxMesh (Mesh &mesh, GridFunction &nodal_bb_gf)
 
void GetDeterminantJacobianGF (ParMesh *mesh, ParGridFunction *detgf)
 
void VisualizeBB (Mesh &mesh, char *title, int pos_x, int pos_y)
 
void VisualizeField (ParMesh &pmesh, ParGridFunction &input, char *title, int pos_x, int pos_y)
 
int main (int argc, char *argv[])
 
IntegrationRule PermuteIR (const IntegrationRule &irule, const Array< int > ordering)
 

Function Documentation

◆ GetDeterminantJacobianGF()

void GetDeterminantJacobianGF ( ParMesh * mesh,
ParGridFunction * detgf )

Definition at line 315 of file mesh-bounding-boxes.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 49 of file mesh-bounding-boxes.cpp.

◆ MakeBoundingBoxMesh()

Mesh MakeBoundingBoxMesh ( Mesh & mesh,
GridFunction & nodal_bb_gf )

Definition at line 201 of file mesh-bounding-boxes.cpp.

◆ PermuteIR()

IntegrationRule PermuteIR ( const IntegrationRule & irule,
const Array< int > ordering )

Definition at line 297 of file mesh-bounding-boxes.cpp.

◆ VisualizeBB()

void VisualizeBB ( Mesh & mesh,
char * title,
int pos_x,
int pos_y )

Definition at line 360 of file mesh-bounding-boxes.cpp.

◆ VisualizeField()

void VisualizeField ( ParMesh & pmesh,
ParGridFunction & input,
char * title,
int pos_x,
int pos_y )

Definition at line 374 of file mesh-bounding-boxes.cpp.