- 18 Mar, 2004 10 commits
-
-
prudhomm authored
-I and -D g++ option are for the preprocessor so add them to CPPFLAGS instead of CXXFLAGS
-
prudhomm authored
-
prudhomm authored
moved meshes to mesh/inria
-
prudhomm authored
-
prudhomm authored
to test_ns_cyl test_ns_sstress test_ns_bdf Rationale: they compile and run properly avoid to duplicate meshes moved them to data/mesh/
-
prudhomm authored
-
prudhomm authored
configure takes care of it
-
lformaggia authored
-
lformaggia authored
-
lformaggia authored
that actually clens up the container releasing memory to the system, using the trick explained in More Exceptional C++ by Sutter.
-
- 10 Mar, 2004 4 commits
-
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
added feature to configure: --with-aztec=[LOC] where [LOC] is the location where you installed aztec for example in debug mode if you installed aztec in $HOME/aztec CXXFLAGS="-g3 -O0" configure --with-aztec=$HOME/aztec lifev will be configured to find aztec headers (resp. libs) in $HOME/aztec/include (resp. $HOME/aztec/lib) happy coding!
-
- 08 Mar, 2004 5 commits
- 03 Mar, 2004 3 commits
- 01 Mar, 2004 1 commit
-
-
prudhomm authored
-
- 26 Feb, 2004 4 commits
- 25 Feb, 2004 12 commits
-
-
prudhomm authored
the author of these two tests should have a look !!
-
prudhomm authored
using std:: where needed and other minor things
-
prudhomm authored
updated NEWS file
-
prudhomm authored
* NO MORE using namespace std; in lifeV.hpp !!!!!!!!!!11 * use std:: namespace to ensure proper name resolution * use std::make_pair instead of calling constructor directly
-
prudhomm authored
* use std:: namespace to ensure proper name resolution * use std::make_pair instead of calling constructor directly
-
prudhomm authored
* use std:: namespace to ensure proper name resolution * use std::make_pair instead of calling constructor directly
-
prudhomm authored
-
prudhomm authored
results are not yet there
-
prudhomm authored
added more tests
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
- 24 Feb, 2004 1 commit
-
-
prudhomm authored
-