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

Triangle-based mesh upgraded to become a (pseudo-) solid mesh. More...

Inheritance diagram for ElasticTriangleMesh< ELEMENT >:

Public Member Functions

 ElasticTriangleMesh (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...
 
void identify_boundaries ()
 Function used to identify the domain boundaries. More...
 
virtual ~ElasticTriangleMesh ()
 Empty Destructor. More...
 

Detailed Description

template<class ELEMENT>
class ElasticTriangleMesh< ELEMENT >

Triangle-based mesh upgraded to become a (pseudo-) solid mesh.

Definition at line 48 of file unstructured_two_d_fluid.cc.

Constructor & Destructor Documentation

◆ ElasticTriangleMesh()

template<class ELEMENT >
ElasticTriangleMesh< ELEMENT >::ElasticTriangleMesh ( 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_two_d_fluid.cc.

◆ ~ElasticTriangleMesh()

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

Empty Destructor.

Definition at line 110 of file unstructured_two_d_fluid.cc.

Member Function Documentation

◆ identify_boundaries()

template<class ELEMENT >
void ElasticTriangleMesh< ELEMENT >::identify_boundaries ( )
inline

Function used to identify the domain boundaries.

Definition at line 72 of file unstructured_two_d_fluid.cc.


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