#include <gmsh_tet_mesh.template.h>
Public Member Functions | |
GmshTetScaffoldMesh (GmshParameters *gmsh_parameters_pt, const bool &use_mesh_grading_from_file) | |
Build mesh, based on specified parameters. If boolean is set to true, the target element sizes are read from file (used during adaptation; otherwise uniform target size is used). More... | |
Private Member Functions | |
void | create_mesh_from_msh_file () |
Create mesh from msh file (created internally via disk-based operations) More... | |
void | write_geo_file (const bool &use_mesh_grading_from_file) |
Write geo file for gmsh. More... | |
Private Attributes | |
GmshParameters * | Gmsh_parameters_pt |
Parameters. More... | |
Friends | |
template<class ELEMENT > | |
class | GmshTetMesh |
We're friends with the actual mesh. More... | |
Definition at line 367 of file gmsh_tet_mesh.template.h.
|
inline |
Build mesh, based on specified parameters. 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 377 of file gmsh_tet_mesh.template.h.
References create_mesh_from_msh_file(), oomph::GmshParameters::geo_and_msh_file_stem(), oomph::GmshParameters::gmsh_command_line_invocation(), oomph::GmshParameters::gmsh_onscreen_output_counter(), oomph::GmshParameters::gmsh_onscreen_output_file_name(), Gmsh_parameters_pt, and write_geo_file().
|
inlineprivate |
Create mesh from msh file (created internally via disk-based operations)
Definition at line 440 of file gmsh_tet_mesh.template.h.
References oomph::GmshParameters::geo_and_msh_file_stem(), and Gmsh_parameters_pt.
Referenced by GmshTetScaffoldMesh().
|
inlineprivate |
Write geo file for gmsh.
Definition at line 1020 of file gmsh_tet_mesh.template.h.
References oomph::GmshParameters::element_volume(), oomph::GmshParameters::geo_and_msh_file_stem(), Gmsh_parameters_pt, oomph::GmshParameters::internal_surface_pt(), oomph::TetEdge::is_reversed(), oomph::GmshParameters::outer_boundary_pt(), and oomph::GmshParameters::target_size_file_name().
Referenced by GmshTetScaffoldMesh().
|
friend |
We're friends with the actual mesh.
Definition at line 372 of file gmsh_tet_mesh.template.h.
|
private |
Parameters.
Definition at line 1648 of file gmsh_tet_mesh.template.h.
Referenced by create_mesh_from_msh_file(), GmshTetScaffoldMesh(), and write_geo_file().