#include <gmsh_tet_mesh.template.h>
Public Member Functions | |
RefineableGmshTetMesh (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... | |
RefineableGmshTetMesh (GmshParameters *gmsh_parameters_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor. More... | |
void | adapt (const Vector< double > &elem_error) |
Adapt mesh, based on elemental error provided. More... | |
unsigned | unrefine_uniformly () |
Refine uniformly. More... | |
void | refine_uniformly (DocInfo &doc_info) |
Unrefine uniformly. More... | |
![]() | |
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 Member Functions | |
void | initialise_adaptation_data () |
Helper function to initialise data associated with adaptation. More... | |
Additional Inherited Members | |
![]() | |
GmshParameters * | Gmsh_parameters_pt |
Parameters. More... | |
Definition at line 2314 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 2323 of file gmsh_tet_mesh.template.h.
|
inline |
Constructor.
Definition at line 2336 of file gmsh_tet_mesh.template.h.
void oomph::RefineableGmshTetMesh< ELEMENT >::adapt | ( | const Vector< double > & | elem_error | ) |
Adapt mesh, based on elemental error provided.
Adapt problem based on specified elemental error estimates.
Definition at line 45 of file gmsh_tet_mesh.template.cc.
|
inlineprotected |
Helper function to initialise data associated with adaptation.
Definition at line 2374 of file gmsh_tet_mesh.template.h.
References oomph::GmshParameters::Max_element_size, oomph::GmshParameters::Max_permitted_edge_ratio, and oomph::GmshParameters::Min_element_size.
|
inline |
Unrefine uniformly.
Definition at line 2361 of file gmsh_tet_mesh.template.h.
|
inline |
Refine uniformly.
Definition at line 2351 of file gmsh_tet_mesh.template.h.