LifeV
TestRepeatedMesh< Dim > Struct Template Reference

#include <TestRepeatedMesh.hpp>

+ Collaboration diagram for TestRepeatedMesh< Dim >:

Public Types

typedef DimSelector< Dim >::elem_Type elem_Type
 
typedef RegionMesh< elem_Typemesh_Type
 
typedef std::shared_ptr< mesh_TypemeshPtr_Type
 
typedef std::shared_ptr< Epetra_Comm > commPtr_Type
 
typedef MatrixEpetra< Realmatrix_Type
 
typedef std::shared_ptr< matrix_TypematrixPtr_Type
 
typedef VectorEpetra vector_Type
 
typedef FESpace< mesh_Type, MapEpetrafeSpace_Type
 
typedef std::shared_ptr< feSpace_TypefeSpacePtr_Type
 

Public Member Functions

 TestRepeatedMesh ()
 
void init ()
 
int run ()
 

Private Attributes

commPtr_Type M_comm
 
std::unique_ptr< LifeChronoManager<> > M_chronoMgr
 

Detailed Description

template<uint Dim>
struct TestRepeatedMesh< Dim >

Definition at line 120 of file TestRepeatedMesh.hpp.

Member Typedef Documentation

◆ elem_Type

Definition at line 122 of file TestRepeatedMesh.hpp.

◆ mesh_Type

Definition at line 123 of file TestRepeatedMesh.hpp.

◆ meshPtr_Type

typedef std::shared_ptr<mesh_Type> meshPtr_Type

Definition at line 124 of file TestRepeatedMesh.hpp.

◆ commPtr_Type

typedef std::shared_ptr<Epetra_Comm> commPtr_Type

Definition at line 125 of file TestRepeatedMesh.hpp.

◆ matrix_Type

Definition at line 126 of file TestRepeatedMesh.hpp.

◆ matrixPtr_Type

typedef std::shared_ptr<matrix_Type> matrixPtr_Type

Definition at line 127 of file TestRepeatedMesh.hpp.

◆ vector_Type

Definition at line 128 of file TestRepeatedMesh.hpp.

◆ feSpace_Type

Definition at line 129 of file TestRepeatedMesh.hpp.

◆ feSpacePtr_Type

typedef std::shared_ptr<feSpace_Type> feSpacePtr_Type

Definition at line 130 of file TestRepeatedMesh.hpp.

Constructor & Destructor Documentation

◆ TestRepeatedMesh()

TestRepeatedMesh ( )
inline

Definition at line 132 of file TestRepeatedMesh.hpp.

Member Function Documentation

◆ init()

void init ( )
inline

Definition at line 144 of file TestRepeatedMesh.hpp.

◆ run()

int run ( )

Definition at line 155 of file TestRepeatedMesh.hpp.

Field Documentation

◆ M_comm

commPtr_Type M_comm
private

Definition at line 139 of file TestRepeatedMesh.hpp.

◆ M_chronoMgr

std::unique_ptr<LifeChronoManager<> > M_chronoMgr
private

Definition at line 140 of file TestRepeatedMesh.hpp.


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