- 13 Nov, 2013 2 commits
-
-
Radu Popescu authored
-
Radu Popescu authored
Conflicts: lifev/eta/CMakeLists.txt lifev/eta/expression/IntegrateMatrixElement.hpp lifev/eta/expression/IntegrateVectorElement.hpp lifev/eta/testsuite/CMakeLists.txt
-
- 11 Nov, 2013 2 commits
-
-
Luca Bertagna authored
Bug fix in RegionMesh::updateElementRidges. Once the boundary facets have been processed, the edges built from the elements are NOT on the boundary.
-
Luca Bertagna authored
Destructor of MatrixEpetra and VectorEpetra MUST be virtual, since there are already other classes inheriting from it, and memory leak (at best) would happen if some of the derived classes is created on the heap.
-
- 06 Nov, 2013 2 commits
- 04 Nov, 2013 2 commits
- 25 Oct, 2013 1 commit
-
-
Luca Bertagna authored
removed a bunch of warnings: unused typedefs, deprecated methods, variables used only in debug (in which case we use the LIFEV_UNUSED macro)
-
- 07 Oct, 2013 1 commit
-
-
Antonio Cervone authored
-
- 01 Oct, 2013 1 commit
-
-
grandper authored
-
- 30 Sep, 2013 5 commits
- 27 Sep, 2013 1 commit
-
-
Antonio Cervone authored
-
- 24 Sep, 2013 2 commits
- 05 Sep, 2013 3 commits
-
-
Antonio Cervone authored
-
Antonio Cervone authored
-
Antonio Cervone authored
boost::shared_ptr<>::value_type has been removed.
-
- 20 Aug, 2013 2 commits
- 19 Aug, 2013 7 commits
- 18 Jul, 2013 2 commits
-
-
Antonio Cervone authored
the pragmas are no longer needed since external library are now included using the -isystem (or -i) flag that already disables all of them.
-
Antonio Cervone authored
Conflicts: lifev/bc_interface/CMakeLists.txt lifev/multiscale/CMakeLists.txt
-
- 16 Jul, 2013 1 commit
-
-
Antonio Cervone authored
-
- 12 Jul, 2013 2 commits
-
-
Antonio Cervone authored
-
Antonio Cervone authored
-
- 21 Jun, 2013 1 commit
-
-
Simone Deparis authored
-
- 06 Jun, 2013 1 commit
-
-
Antonio Cervone authored
OseenSolver::M_localMap is a MapEpetra and not a pointer
-
- 29 May, 2013 1 commit
-
-
Antonio Cervone authored
-
- 21 May, 2013 1 commit
-
-
Radu Popescu authored
This commit adds the support for specifying row and column offsets when building FECrsGraphs or doing the FE assembly in with ET. This functionality is needed for Stokes, Navier-Stokes problems
-