- Info
LifeV with 2D problems support
How to download & compile the library and a simple test code
- download the latest version of branch 0.8.1
$ cvs -d :ext:DEVELOPER@cmcsforge.epfl.ch:/cvsroot/lifev co -d DIRNAME -r LIFEV_0_8_1_BRANCH lifev
This will create a directory DIRNAME in the position from which you are invoking "cvs co" - generate configure script
$ cd DIRNAME
$ make -f Makefile.cvs
- configure (to be performed inside the directory in which you want to build object files & executables)
[build_dir] $ DIRNAME/configure --with-aztec=... --with-boost=... [--enable-debug] CPPFLAGS=-DTWODIM
- compile the library
[build_dir] $ make
- compile the test
[build_dir/testsuite/test_2D] $ make check
- execute the test
[build_dir/testsuite/data] $ make check # this creates (in the build_directory tree) symbolic links to the mesh files
[build_dir/testsuite/test_2D] $ make link # this creates a symbolic links to the data file
[build_dir/testsuite/test_2D] $ ./test_2D
The results will be saved in ensight format (ASCII), so that ParaView can be used to visualize them.