MFEM v4.10.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 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[])
 

Function Documentation

◆ main()

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

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

◆ MakeBoundingBoxMesh()

Mesh MakeBoundingBoxMesh ( Mesh & mesh,
GridFunction & nodal_bb_gf )

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

◆ VisualizeBB()

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

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

◆ VisualizeField()

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

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