- 08 Feb, 2011 1 commit
-
-
Radu Popescu authored
-
- 04 Feb, 2011 1 commit
-
-
Radu Popescu authored
Index vectors were passed by value into the method and, additionally, copied element by element into new vectors, to remove the const attribute (which is no longer necessary), before calling the Epetra method. This resulted in two additional copy operations for each vector.
-
- 03 Feb, 2011 4 commits
-
-
Radu Popescu authored
Disable compilation of unmaintained_masstransport Enable compilation of example_cavity and example_ML
-
Radu Popescu authored
-
Radu Popescu authored
-
Radu Popescu authored
Fixed compilation of example_ML, brought up-to-date with the changes from the Cleaning Week
-
- 02 Feb, 2011 4 commits
-
-
perego authored
void transformMesh( const function& meshMapping); which move mesh points according to the mapping (function) meshMapping( Real& x, Real& y, Real& z).
-
fumagalli authored
-
fumagalli authored
-
Antonio Cervone authored
-
- 01 Feb, 2011 2 commits
-
-
Claudia Maria Colciago authored
-
perego authored
-
- 31 Jan, 2011 21 commits
-
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
uvilla authored
comply with the new 0-based numeration for user defined functions
-
uvilla authored
comply with the new 0-based numeration for user defined functions
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
perego authored
-
- 30 Jan, 2011 1 commit
-
-
Tiziano Passerini authored
fix the strongerFlag method to correctly manage the NULL flag
-
- 28 Jan, 2011 1 commit
-
-
Cristiano Malossi authored
add a parameter in the list from outside in SolverAmesos. In particular, it will be possible to disable the verbosity of the solver.
-
- 26 Jan, 2011 2 commits
- 25 Jan, 2011 1 commit
-
-
fumagalli authored
-
- 24 Jan, 2011 2 commits
-
-
uvilla authored
Force the code to recompute the variable-timestep BDF discretization coefficient after initialization is done. This bug was already present (but only latent) before the Cleaning Week. The removal of the non-empty constructor made this bug to show up.
-
uvilla authored
levelOfFill is used only by the IFPACK::ILU or IFPACK::IC, and it should be a Integer value and not a double or Teuchos will raise an exeception.
-