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

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

Inheritance diagram for ElasticTetMesh< ELEMENT >:

Public Member Functions

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

Detailed Description

template<class ELEMENT>
class ElasticTetMesh< ELEMENT >

Triangle-based mesh upgraded to become a solid mesh.

Definition at line 48 of file unstructured_three_d_solid.cc.

Constructor & Destructor Documentation

◆ ElasticTetMesh()

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

Constructor:

Definition at line 55 of file unstructured_three_d_solid.cc.

◆ ~ElasticTetMesh()

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

Empty Destructor.

Definition at line 98 of file unstructured_three_d_solid.cc.


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