LifeV
lifev/dummy/testsuite/basic_test/main.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
}
ETCurrentFE::updateInverseJacobian
void updateInverseJacobian(const UInt &iQuadPt)
Definition:
ETCurrentFE.cpp:405
main
int main(int argc, char **argv)
Definition:
dummy.cpp:5
lifev-release-doc
lifev
dummy
testsuite
basic_test
main.cpp
Generated on Wed Mar 7 2018 19:44:15 for LifeV by
1.8.13