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> 85 using namespace LifeV;
98 main (
int argc,
char** argv )
101 MPI_Init (&argc, &argv);
103 std::shared_ptr<Epetra_MpiComm> Comm (
new Epetra_MpiComm ( MPI_COMM_WORLD ) );
104 if ( Comm->MyPID() == 0 )
106 std::cout <<
"% using MPI" << std::endl;
109 std::shared_ptr<Epetra_SerialComm> Comm (
new Epetra_SerialComm() );
110 std::cout <<
"% using serial Version" << std::endl;
114 problem ProblemOrderI ( argc, argv, Comm );
120 std::cout <<
"MPI Finalization" << std::endl;
123 return ( EXIT_SUCCESS );
void updateInverseJacobian(const UInt &iQuadPt)
static const LifeV::UInt elm_nodes_num[]
int main(int argc, char **argv)