Class to contain any helpers for the mesh extrusion. At the moment this only used to decide on whether or not to doc the mesh setup time. More...
#include <extruded_cube_mesh_from_quad_mesh_with_macro_elements.template.h>
Public Member Functions | |
ExtrusionHelper () | |
Constructor (empty) More... | |
bool | doc_mesh_setup_time () |
Return the value of the Doc_mesh_setup_time flag. More... | |
void | enable_doc_mesh_setup_time () |
Enable doc-ing of the mesh setup. More... | |
void | disable_doc_mesh_setup_time () |
Disable doc-ing of the mesh setup. More... | |
Private Attributes | |
bool | Doc_mesh_setup_time |
Boolean to indicate whether or not to doc the progress. More... | |
Class to contain any helpers for the mesh extrusion. At the moment this only used to decide on whether or not to doc the mesh setup time.
Definition at line 57 of file extruded_cube_mesh_from_quad_mesh_with_macro_elements.template.h.
|
inline |
Constructor (empty)
Definition at line 61 of file extruded_cube_mesh_from_quad_mesh_with_macro_elements.template.h.
|
inline |
Disable doc-ing of the mesh setup.
Definition at line 81 of file extruded_cube_mesh_from_quad_mesh_with_macro_elements.template.h.
References Doc_mesh_setup_time.
|
inline |
Return the value of the Doc_mesh_setup_time flag.
Definition at line 65 of file extruded_cube_mesh_from_quad_mesh_with_macro_elements.template.h.
References Doc_mesh_setup_time.
|
inline |
Enable doc-ing of the mesh setup.
Definition at line 73 of file extruded_cube_mesh_from_quad_mesh_with_macro_elements.template.h.
References Doc_mesh_setup_time.
|
private |
Boolean to indicate whether or not to doc the progress.
Definition at line 89 of file extruded_cube_mesh_from_quad_mesh_with_macro_elements.template.h.
Referenced by disable_doc_mesh_setup_time(), doc_mesh_setup_time(), and enable_doc_mesh_setup_time().