- 05 Oct, 2004 8 commits
-
-
vmartin authored
-
gfourestey authored
-
prudhomm authored
added Alexandra and Gilles in the AUTHORS file
-
prudhomm authored
ignore automatically generated files
-
vmartin 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
-
prudhomm authored
* again lots of code that is obviously not compiled, this was broken * fixed some interface that says they do somthing but in fact they don't for example returning something while they return nothing in fact
-
- 04 Oct, 2004 24 commits
-
-
gfourestey authored
-
gfourestey authored
reverting evalResidual input varaibles so that input variables are first and modified variables are last in the calling sequence
-
gfourestey authored
-
simone authored
-
simone authored
-
moura authored
-
moura authored
-
gfourestey authored
-
prudhomm authored
* Fixed some lots of broken code that obviously are never compiled ! otherwise we would have seen that a _long_ time ago * re-indent some part according to dirvars *PLEASE, use template<> class A<double> to specialize a template class. template<> is mandatory !!!!!
-
prudhomm authored
template<> class A<double> to specialize a template class. template<> is mandatory !!!!!
-
prudhomm authored
it seems that there is some dead code in there (otherwise it would not have _NEVER_ compiled!) fixed C++ compliance
-
prudhomm authored
-
prudhomm authored
-
moura authored
-
moura authored
-
vmartin authored
-
gfourestey authored
-
gfourestey authored
-
prudhomm authored
and updated NEWS
-
prudhomm authored
Ok it is trivial but the other macros will move also soon to the LIFEV_ namespace
-
prudhomm authored
about to use LifeV macros but has to add LIFEV_
-
gfourestey authored
-
gfourestey authored
-
winkelma authored
-
- 03 Oct, 2004 1 commit
-
-
gfourestey authored
-
- 02 Oct, 2004 1 commit
-
-
moura authored
Modifications on the BC vector: now one can chose, through a flag added to the constructore of BC_Handler, to integrate the values passed on the BC vector
-
- 01 Oct, 2004 6 commits
-
-
gfourestey authored
-
gfourestey authored
-
gfourestey authored
-
simone authored
-
gfourestey authored
-
gfourestey authored
-