32 #error test_cylinder cannot be compiled in 2D
36 #include <Epetra_ConfigDefs.h> 39 #include <Epetra_MpiComm.h> 41 #include <Epetra_SerialComm.h> 45 #include <lifev/core/LifeV.hpp> 46 #include <lifev/core/algorithm/PreconditionerIfpack.hpp> 47 #include <lifev/core/algorithm/PreconditionerML.hpp> 52 using namespace LifeV;
56 std::string stringList = list;
57 std::set<UInt> setList;
63 while ( commaPos != std::string::npos )
65 commaPos = stringList.find (
"," );
66 setList.insert ( atoi ( stringList.substr ( 0, commaPos ).c_str() ) );
67 stringList = stringList.substr ( commaPos + 1 );
69 setList.insert ( atoi ( stringList.c_str() ) );
74 main (
int argc,
char** argv )
77 MPI_Init (&argc, &argv);
83 Cylinder cyl ( argc, argv );
89 return ( EXIT_SUCCESS );
void updateInverseJacobian(const UInt &iQuadPt)
std::set< UInt > parseList(const std::string &list)
int main(int argc, char **argv)