- 25 Jan, 2010 1 commit
-
-
crosetto authored
-
- 01 Dec, 2009 1 commit
-
-
simone authored
This class was not migrated before, not it should be all right In particular removed solveSystem which i now in SolverTrilinos. Moreover the data file should be modified accourding to: reuse prec and max iter for reuse have to be set in the datafile: M_maxIterForReuse = dfile( ( section + "/max_iter_reuse").data(), M_maxIter*8/10); M_reusePreconditioner = dfile( (section + "/reuse").data(), M_reusePreconditioner);
-
- 04 Nov, 2009 1 commit
-
-
passerini authored
compilation warnings suppression check for EPETRA_MPI symbol after #inclusion of Epetra_ConfigDefs.h
-
- 09 Oct, 2009 1 commit
-
-
quinodoz authored
Fix some bugs in the assembly. Enable IP stabilization.
-
- 20 Jul, 2009 1 commit
-
-
jeanbonnemain authored
-
- 24 Jun, 2009 1 commit
-
-
malossi authored
[time_discretization] - for the time [space_discretization] - for the space Also other minor changes..
-
- 11 Jun, 2009 1 commit
-
-
malossi authored
-
- 04 May, 2009 1 commit
-
-
gfourestey authored
-
- 28 Apr, 2009 1 commit
-
-
perego authored
Modified AdvectionDiffusionReactionSolver in order to handle the 2D case. The ip stabilization is compiling and running but should be checked, (also in the 3D case) since preliminary tests revealed some inconsistencies. The sd stabilization wasn't working with different FEspace for the u and beta; it has been fixed but should be double checked. The other Solvers are not compiled when TWODIM is defined.
-
- 17 Apr, 2009 3 commits
-
-
gfourestey authored
-
gfourestey authored
-
gfourestey authored
-
- 06 Jan, 2009 1 commit
-
-
gfourestey authored
-
- 27 Dec, 2008 1 commit
-
-
simone authored
I think I have to modify also the main.cpp of each test to include the factory.
-
- 03 Dec, 2008 1 commit
-
-
passerini authored
-
- 07 Jul, 2008 1 commit
-
-
simone authored
-
- 27 Jun, 2008 1 commit
-
-
passerini authored
-
- 16 Jun, 2008 1 commit
-
-
simone authored
-
- 10 Dec, 2007 1 commit
-
-
simone authored
-
- 12 Nov, 2007 1 commit
-
-
simone authored
notes: * from now on you will need trilinos instead of aztecoo * the testsuite is now broken. * the only solvers that works for now are Oseen, VenantKirchoff and fsi. * the Handler classes are now obsolete. They are superseeded by FESpace * the postprocess should come out of the solvers and the default filter is ensight. I suggest to install paraview 3.x next steps: * import trilinos in cmcsforge * clean-up the testsuite * insert mpirun in tests executions * install trilinos on cmcsforge Let lifev-dev know of any problem, please
-