- 06 May, 2014 1 commit
-
-
Simone Deparis authored
-
- 19 Apr, 2014 2 commits
-
-
Simone Rossi authored
-
AymenLaadhari authored
-
- 09 Apr, 2014 2 commits
-
-
Simone Deparis authored
-
Antonio Cervone authored
the deference to the object should be done after extracting the i-th one from the vector
-
- 06 Apr, 2014 2 commits
-
-
Simone Rossi authored
-
Simone Rossi authored
-
- 31 Mar, 2014 1 commit
-
-
- 24 Mar, 2014 1 commit
-
-
Simone Deparis authored
-
- 20 Feb, 2014 2 commits
-
-
Luca Bertagna authored
-
Luca Bertagna authored
CurrentFE: I forgot to update one of the check variables abuot the reference functions derivatives. Fixed.
-
- 19 Feb, 2014 1 commit
-
-
Luca Bertagna authored
Completely remove the usage of NDEBUG in LifeV. We should use HAVE_LIFEV_DEBUG, which is automatically set by cmake if the build mode is DEBUG. Notice that there is another 'debug' flag, which is set if the user sets LIFEV_CHECK_ALL in the configuration step. This flag enables not only ASSERT, but also ASSERT_PRE/POST_BD and others. NB: I still haven't removed the NDEBUG_OLD flag used in LifeDebug, cause I don't understand those lines.
-
- 18 Feb, 2014 2 commits
-
-
Luca Bertagna authored
The update flags UPDATE_ONLY_PHI, UPDATE_PHI and ETUPDATE_PHI no longer exist. The reason is that the value of phi in the quad nodes does not change with the element, so no update is required. In the standard assembly, this means that convection FE's do not need any update anymore. In the ET assembly, this means that the evaluation of phiI and phiJ do not need any update anymore. Also: I changed lines like '#ifndef NDEBUG' into '#ifdef HAVE_LIFEV_DEBUG', since it's more clear to me as flag.
-
Luca Bertagna authored
-
- 07 Feb, 2014 1 commit
-
-
Simone Deparis authored
-
- 05 Feb, 2014 1 commit
-
-
Luca Bertagna authored
For LinearTriangle meshes with extension '.msh' we are now able to read both FreeFem and Gmsh formats. The proper reader is chosen based on the first character of the mesh: Gmsh format starts with '$MeshFormat', while FreeFem format starts with the number of nodes.
-
- 04 Feb, 2014 1 commit
-
-
Simone Deparis authored
-
- 03 Feb, 2014 1 commit
-
-
Simone Deparis authored
-
- 02 Feb, 2014 2 commits
-
-
Simone Deparis authored
-
Simone Deparis authored
-
- 01 Feb, 2014 1 commit
-
-
Simone Deparis authored
-
- 31 Jan, 2014 3 commits
-
-
Simone Deparis authored
-
Simone Deparis authored
-
Simone Deparis authored
-
- 30 Jan, 2014 10 commits
-
-
Simone Deparis authored
-
Simone Deparis authored
Conflicts: PackagesList.cmake lifev/eta/examples/example_biPhasic/main.cpp lifev/eta/expression/IntegrateMatrixElement.hpp lifev/eta/expression/IntegrateVectorElement.hpp
-
Simone Deparis authored
-
Simone Deparis authored
-
Simone Deparis authored
-
Simone Deparis authored
-
Simone Deparis authored
-
Simone Deparis authored
-
Simone Deparis authored
-
Simone Deparis authored
-
- 29 Jan, 2014 1 commit
-
-
Simone Deparis authored
-
- 21 Jan, 2014 4 commits
-
-
Simone Deparis authored
-
Simone Deparis authored
-
Simone Deparis authored
Conflicts: lifev/eta/CMakeLists.txt lifev/eta/examples/CMakeLists.txt lifev/eta/expression/IntegrateMatrixElement.hpp lifev/eta/testsuite/CMakeLists.txt
-
Simone Deparis authored
Conflicts: lifev/eta/expression/Integrate.hpp lifev/eta/expression/IntegrateMatrixElement.hpp lifev/eta/expression/IntegrateVectorElement.hpp lifev/eta/testsuite/CMakeLists.txt lifev/navier_stokes/examples/CMakeLists.txt
-
- 19 Jan, 2014 1 commit
-
-
Antonio Cervone authored
the option can be enabled at configuration time with -DLifeV_ENABLE_CPP11:BOOL=ON
-