Public Member Functions | List of all members
MySolidTetgenMesh< ELEMENT > Class Template Reference

Tetgen-based mesh upgraded to become a solid mesh. More...

Inheritance diagram for MySolidTetgenMesh< ELEMENT >:

Public Member Functions

 MySolidTetgenMesh (const std::string &node_file_name, const std::string &element_file_name, const std::string &face_file_name, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor: More...
 
virtual ~MySolidTetgenMesh ()
 Empty Destructor. More...
 

Detailed Description

template<class ELEMENT>
class MySolidTetgenMesh< ELEMENT >

Tetgen-based mesh upgraded to become a solid mesh.

Definition at line 47 of file unstructured_three_d_solid.cc.

Constructor & Destructor Documentation

◆ MySolidTetgenMesh()

template<class ELEMENT >
MySolidTetgenMesh< ELEMENT >::MySolidTetgenMesh ( const std::string &  node_file_name,
const std::string &  element_file_name,
const std::string &  face_file_name,
TimeStepper *  time_stepper_pt = &Mesh::Default_TimeStepper 
)
inline

Constructor:

Definition at line 54 of file unstructured_three_d_solid.cc.

◆ ~MySolidTetgenMesh()

template<class ELEMENT >
virtual MySolidTetgenMesh< ELEMENT >::~MySolidTetgenMesh ( )
inlinevirtual

Empty Destructor.

Definition at line 70 of file unstructured_three_d_solid.cc.


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