Forward declaration. More...
#include <gmsh_tet_mesh.template.h>
Public Member Functions | |
GmshTetMesh (GmshParameters *gmsh_parameters_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor. More... | |
GmshTetMesh (GmshParameters *gmsh_parameters_pt, const bool &use_mesh_grading_from_file, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor. If boolean is set to true, the target element sizes are read from file (used during adaptation; otherwise uniform target size is used). More... | |
Protected Attributes | |
GmshParameters * | Gmsh_parameters_pt |
Parameters. More... | |
Private Member Functions | |
void | build_it (TimeStepper *time_stepper_pt, const bool &use_mesh_grading_from_file) |
void | build_from_scaffold (GmshTetScaffoldMesh *tmp_scaffold_mesh_pt, TimeStepper *time_stepper_pt) |
Build unstructured tet gmesh mesh based on output from scaffold. More... | |
Forward declaration.
Definition at line 371 of file gmsh_tet_mesh.template.h.
|
inline |
Constructor.
Definition at line 1700 of file gmsh_tet_mesh.template.h.
|
inline |
Constructor. If boolean is set to true, the target element sizes are read from file (used during adaptation; otherwise uniform target size is used).
Definition at line 1711 of file gmsh_tet_mesh.template.h.
|
inlineprivate |
Build unstructured tet gmesh mesh based on output from scaffold.
Definition at line 1833 of file gmsh_tet_mesh.template.h.
|
inlineprivate |
Definition at line 1723 of file gmsh_tet_mesh.template.h.
References oomph::GmshParameters::internal_surface_pt(), oomph::GmshParameters::Internal_surface_pt, oomph::GmshParameters::outer_boundary_pt(), and oomph::GmshParameters::Outer_boundary_pt.
|
protected |
Parameters.
Definition at line 1827 of file gmsh_tet_mesh.template.h.