62 #include <Epetra_ConfigDefs.h> 65 #include <Epetra_MpiComm.h> 67 #include <Epetra_SerialComm.h> 71 #include <lifev/core/LifeV.hpp> 73 #include <lifev/core/algorithm/PreconditionerIfpack.hpp> 74 #include <lifev/core/algorithm/PreconditionerML.hpp> 82 using namespace LifeV;
94 main (
int argc,
char** argv )
97 MPI_Init (&argc, &argv);
99 std::shared_ptr<Epetra_MpiComm> Comm (
new Epetra_MpiComm ( MPI_COMM_WORLD ) );
100 if ( Comm->MyPID() == 0 )
102 std::cout <<
"% using MPI" << std::endl;
105 std::shared_ptr<Epetra_SerialComm> Comm (
new Epetra_SerialComm() );
106 std::cout <<
"% using serial Version" << std::endl;
110 problem ProblemOrderII ( argc, argv, Comm );
116 std::cout <<
"MPI Finalization" << std::endl;
119 return ( EXIT_SUCCESS );
void updateInverseJacobian(const UInt &iQuadPt)
static const LifeV::UInt elm_nodes_num[]
int main(int argc, char **argv)