33 #include <Epetra_ConfigDefs.h> 36 #include <Epetra_MpiComm.h> 38 #include <Epetra_SerialComm.h> 42 #include <lifev/core/LifeV.hpp> 47 using namespace LifeV;
51 main (
int argc,
char** argv )
55 MPI_Init (&argc, &argv);
56 Epetra_MpiComm Comm (MPI_COMM_WORLD);
57 if ( Comm.MyPID() == 0 )
59 std::cout <<
"% using MPI" << std::endl;
62 Epetra_SerialComm Comm;
63 cout <<
"% using serial Version" << endl;
69 EnsightToHdf5 es ( argc, argv );
75 return ( EXIT_SUCCESS );
void updateInverseJacobian(const UInt &iQuadPt)
int main(int argc, char **argv)