![]() |
LifeV
|
#include <TestRepeatedMesh.hpp>
Collaboration diagram for TestRepeatedMesh< Dim >:Public Types | |
| typedef DimSelector< Dim >::elem_Type | elem_Type |
| typedef RegionMesh< elem_Type > | mesh_Type |
| typedef std::shared_ptr< mesh_Type > | meshPtr_Type |
| typedef std::shared_ptr< Epetra_Comm > | commPtr_Type |
| typedef MatrixEpetra< Real > | matrix_Type |
| typedef std::shared_ptr< matrix_Type > | matrixPtr_Type |
| typedef VectorEpetra | vector_Type |
| typedef FESpace< mesh_Type, MapEpetra > | feSpace_Type |
| typedef std::shared_ptr< feSpace_Type > | feSpacePtr_Type |
Public Member Functions | |
| TestRepeatedMesh () | |
| void | init () |
| int | run () |
Private Attributes | |
| commPtr_Type | M_comm |
| std::unique_ptr< LifeChronoManager<> > | M_chronoMgr |
Definition at line 120 of file TestRepeatedMesh.hpp.
| typedef DimSelector<Dim>::elem_Type elem_Type |
Definition at line 122 of file TestRepeatedMesh.hpp.
| typedef RegionMesh<elem_Type> mesh_Type |
Definition at line 123 of file TestRepeatedMesh.hpp.
| typedef std::shared_ptr<mesh_Type> meshPtr_Type |
Definition at line 124 of file TestRepeatedMesh.hpp.
| typedef std::shared_ptr<Epetra_Comm> commPtr_Type |
Definition at line 125 of file TestRepeatedMesh.hpp.
| typedef MatrixEpetra<Real> matrix_Type |
Definition at line 126 of file TestRepeatedMesh.hpp.
| typedef std::shared_ptr<matrix_Type> matrixPtr_Type |
Definition at line 127 of file TestRepeatedMesh.hpp.
| typedef VectorEpetra vector_Type |
Definition at line 128 of file TestRepeatedMesh.hpp.
| typedef FESpace<mesh_Type, MapEpetra> feSpace_Type |
Definition at line 129 of file TestRepeatedMesh.hpp.
| typedef std::shared_ptr<feSpace_Type> feSpacePtr_Type |
Definition at line 130 of file TestRepeatedMesh.hpp.
|
inline |
Definition at line 132 of file TestRepeatedMesh.hpp.
|
inline |
Definition at line 144 of file TestRepeatedMesh.hpp.
| int run | ( | ) |
Definition at line 155 of file TestRepeatedMesh.hpp.
|
private |
Definition at line 139 of file TestRepeatedMesh.hpp.
|
private |
Definition at line 140 of file TestRepeatedMesh.hpp.