- 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
-
- 08 Feb, 2004 1 commit
-
-
prudhomm authored
added configure.in script added life.kdevelop to use LifeV in kdevelop updated admin/ with aa lot of new powerful tools
-