LifeV
lifev/core/testsuite/mesh/mesh_partition_tool/main.cpp File Reference

Test for the MeshPartitionTool class. More...

#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <Teuchos_ParameterList.hpp>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/filter/GetPot.hpp>
#include <lifev/core/mesh/MeshPartitionTool.hpp>
#include <lifev/core/mesh/RegionMesh3DStructured.hpp>
#include <lifev/core/mesh/RegionMesh.hpp>
#include <lifev/core/solver/ADRAssembler.hpp>
+ Include dependency graph for lifev/core/testsuite/mesh/mesh_partition_tool/main.cpp:

Go to the source code of this file.

Typedefs

typedef RegionMesh< LinearTetramesh_Type
 
typedef MatrixEpetra< Realmatrix_Type
 
typedef VectorEpetra vector_Type
 
typedef FESpace< mesh_Type, MapEpetrafeSpace_Type
 
typedef std::shared_ptr< feSpace_TypefeSpacePtr_Type
 
typedef MeshPartitionTool< mesh_TypemeshCutter_Type
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Test for the MeshPartitionTool class.

Author
Radu Popescu radu..nosp@m.pope.nosp@m.scu@e.nosp@m.pfl..nosp@m.ch
Date
14-11-2012

Definition in file lifev/core/testsuite/mesh/mesh_partition_tool/main.cpp.

Typedef Documentation

◆ mesh_Type

◆ matrix_Type

◆ vector_Type

◆ feSpace_Type

◆ feSpacePtr_Type

typedef std::shared_ptr<feSpace_Type> feSpacePtr_Type

◆ meshCutter_Type

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)