Public Member Functions | Private Attributes | List of all members
oomph::MeshExtrusionHelpers::ExtrusionHelper Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExtrusionHelper()

oomph::MeshExtrusionHelpers::ExtrusionHelper::ExtrusionHelper ( )
inline

Constructor (empty)

Definition at line 61 of file extruded_cube_mesh_from_quad_mesh_with_macro_elements.template.h.

Member Function Documentation

◆ disable_doc_mesh_setup_time()

void oomph::MeshExtrusionHelpers::ExtrusionHelper::disable_doc_mesh_setup_time ( )
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.

◆ doc_mesh_setup_time()

bool oomph::MeshExtrusionHelpers::ExtrusionHelper::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.

◆ enable_doc_mesh_setup_time()

void oomph::MeshExtrusionHelpers::ExtrusionHelper::enable_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.

Member Data Documentation

◆ Doc_mesh_setup_time

bool oomph::MeshExtrusionHelpers::ExtrusionHelper::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().


The documentation for this class was generated from the following file: