- 08 Nov, 2004 2 commits
-
-
prudhomm authored
-
mm0 authored
it comes from bug fixes and improvements that I made to version lifev-0.4.1.tar.bz2 (not CVS) cause I had not CVS access when I began. so this version doesn't include all your changes made between 0.4.1 and the last one. Anyway this includes support for reading netgen meshed and writing netgen solutions, a test_netgen in testsuite and many bug fixes. I hope it's all ok, becouse I simply copyed over a checkedout version my files recursively. If you have problems compiling you could try autoconf at the beginning. Bye
-
- 27 Oct, 2004 2 commits
- 18 Oct, 2004 1 commit
-
-
prudhomm authored
-
- 13 Oct, 2004 1 commit
-
-
prudhomm authored
of the observer pattern next Commit of NavierStokesWithFlux will show how to use the observer pattern
-
- 06 Oct, 2004 1 commit
-
-
prudhomm authored
updated NEWS
-
- 05 Oct, 2004 3 commits
-
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
* more C++ standard compliance. unfortunately there are still lots of construct that are non standard (e.g. int v[size] where size is variable) * fixed a lot of template specialization * removed all ; after } (except for classes of course) * tons of work remains to be done before LifeV can be fully compiled with g++-3.4. most lifesolver won't compile for example
-
- 04 Oct, 2004 1 commit
-
-
prudhomm authored
and updated NEWS
-
- 26 Sep, 2004 2 commits
- 03 Sep, 2004 1 commit
-
-
prudhomm authored
and already changes are pouring in thx to CW
-
- 29 Aug, 2004 1 commit
-
-
prudhomm authored
wait for the build tonight to see if everything is ok
-
- 17 Aug, 2004 2 commits
- 20 Jul, 2004 2 commits
- 07 Jun, 2004 1 commit
-
-
prudhomm authored
-
- 31 May, 2004 1 commit
-
-
prudhomm authored
updated NEWS file
-
- 27 May, 2004 2 commits
-
-
lformaggia authored
-
prudhomm authored
it is the root location where LifeV is installed
-
- 18 May, 2004 2 commits
-
-
prudhomm authored
- now HAVE_PETSC_H and HAVE_UMFPACK_H defined or not defined in lifeconfig.h handles the cases where petsc and umfpack may be installed or not installed - preliminary work on adding test for umfpack (full commit soon) - moved finite difference matrices (mass matrix and convection/diffusion) to MatrixTest.{h,c}pp
-
prudhomm authored
- added SolverPETSC a simple interface to PETSC linear solvers by default gmres + ilu the matrix format is CSR. MSR should added at some point - added test_petsc.cpp to see how it works on "finite difference" matrices - ignore some automatically generated files
-
- 03 May, 2004 2 commits
- 12 Apr, 2004 1 commit
-
-
prudhomm authored
bump up to 0.1.90 added checks for petsc, parmetis, umfpack and mpi
-
- 31 Mar, 2004 2 commits
- 30 Mar, 2004 1 commit
-
-
prudhomm authored
-
- 22 Mar, 2004 1 commit
-
-
prudhomm authored
added --enable-debug and --enable-opt options to configure
-
- 18 Mar, 2004 1 commit
-
-
prudhomm authored
-I and -D g++ option are for the preprocessor so add them to CPPFLAGS instead of CXXFLAGS
-
- 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!
-
- 25 Feb, 2004 1 commit
-
-
prudhomm authored
updated NEWS file
-
- 21 Feb, 2004 1 commit
-
-
prudhomm authored
don't forget that lifev CVS is on iacspc50.epfl.ch
-
- 13 Feb, 2004 1 commit
-
-
prudhomm authored
* bump the version to 0.1.0pre2 * fix some configure problem with aztec * cleanup in various places * math.h -> cmath * compilation fixes in testsuite * use data/mesh to get the meshses in testsuite and not Meshes anymore
-