![]() |
|
#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
|
inline |
Constructor (empty)
|
inline |
|
inline |
|
inline |
Enable doc-ing of the mesh setup.
References Doc_mesh_setup_time.
Referenced by NavierStokesProblem< ELEMENT >::create_spacetime_mesh().
|
private |
Boolean to indicate whether or not to doc the progress.
Referenced by disable_doc_mesh_setup_time(), doc_mesh_setup_time(), and enable_doc_mesh_setup_time().