- 10 Jun, 2011 1 commit
-
-
Radu Popescu authored
This macro is causing problems with the IBM XL compiler.
-
- 31 May, 2011 1 commit
-
-
paolo.crosetto authored
-
- 12 May, 2011 1 commit
-
-
uvilla authored
use numeric_limits<Real>::quiet_Nan( ) instead of "0/0".
-
- 21 Dec, 2010 2 commits
-
-
Tiziano Passerini authored
+ cosmetic changes
-
Tiziano Passerini authored
OP_LinearOperator.hpp --> LinearEpetraOperator.hpp
-
- 11 Dec, 2010 1 commit
-
-
Tiziano Passerini authored
reordering, documentation, readability OP_*, nsipterms.hpp, sdStabilization.hpp, by U. Villa mesh*, basisElSH*, postProc.hpp by T. Passerini bareItems*, identifier*, markers* by L. Bertagna geo* by M. D'Elia
-
- 01 Dec, 2010 1 commit
-
-
Tiziano Passerini authored
This is the result of the command 'astyle --style=allman -M80 -O -r *.*pp' in the root folder of lifev.
-
- 11 Nov, 2010 1 commit
-
-
uvilla authored
The new namespace LifeV::Operator has been introduced. All classes in this namespace make intesinve use of Trilinos raw data structure. Up to now a virtual abstract class LinearOperator has been written to provide a common interface to all the derived classes. LinearOperator inherit from Epetra_Operator. Basic derived class from LinearOperator are IdentityOperator and NullOperator. A less trivial derived class is BlockOperator. This class allows to define block structured matrices and preconditioners.
-