LifeV
dummy.cpp
Go to the documentation of this file.
1 #include <lifev/core/LifeV.hpp>
2 
3 using namespace LifeV;
4 
5 int main (int argc, char** argv)
6 {
7 
8 #ifdef HAVE_MPI
9  MPI_Init ( &argc, &argv );
10 #endif
11 
12  std::cout << "End Result: TEST PASSED" << std::endl;
13 
14 #ifdef HAVE_MPI
15  MPI_Finalize();
16 #endif
17  return 0;
18 }
void updateInverseJacobian(const UInt &iQuadPt)
int main(int argc, char **argv)
Definition: dummy.cpp:5