#include <Epetra_ConfigDefs.h>
#include <mpi.h>
#include <Epetra_MpiComm.h>
#include <boost/shared_ptr.hpp>
#include <lifev/core/LifeV.cpp>
#include <lifev/core/mesh/MeshPartitioner.hpp>
#include <lifev/core/filter/ParserGmsh.hpp>
#include <lifev/core/mesh/ConvertBareMesh.hpp>
#include <cstdlib>
#include <iostream>
Go to the source code of this file.
|
typedef std::shared_ptr< Epetra_Comm > | comm_t |
|
|
int | main (int argc, char *argv[]) |
|
◆ comm_t
typedef std::shared_ptr<Epetra_Comm> comm_t |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |