- 31 Mar, 2009 8 commits
-
-
crosetto authored
moving the preconditioner for Oseen into the linear solver (SolverTrilinos), commented the construction of precLin, preconditioner for the Jacobian system, that is not used
-
crosetto authored
-
crosetto authored
-
crosetto authored
restyling HarmonicExtensionSolver: added the method applyBoundaryConditions(..), added the possibility to set an offset, as. The method updateDispDiff() was previously included in iterate()
-
crosetto authored
-
crosetto authored
-
crosetto authored
moving the preconditioner to the class SolverTrilinos, the matrix on which we want to build the preconditioner is passed to solveSystem
-
crosetto authored
-
- 30 Mar, 2009 1 commit
-
-
simone authored
Resolved with Gilles
-
- 27 Mar, 2009 2 commits
- 24 Mar, 2009 3 commits
-
-
simone authored
Now corrected
-
simone authored
In solveSystem, the linear system is set up with a given preconditioner, it is solved, and (if retry = true) in case of non-convergence, the preconditioner is recomputed. (cf doc in SolverTrilinos.hpp) Also: - changed cout in Display.leaderPrint. - In Oseen the first resolution was done without preconditioner. Corrected.
-
simone authored
changed width to << setw(int). removed close() at the end of the methods (the file is closed anyway, but I wonder why it is not working with close() )
-
- 20 Mar, 2009 2 commits
-
-
passerini authored
due to the change in PostProc method average, it is now mandatory to specify that average method will work on the finite element space "1" (being 0 - velocity feSpace, 1 - pressure feSpace)
-
passerini authored
moved default parameters from function definitions to function declarations (compatibility with intel c++ compiler) + the default "feSpace" parameter for "average" method is changed (0 instead of 1).
-
- 19 Mar, 2009 7 commits
- 18 Mar, 2009 6 commits
- 17 Mar, 2009 3 commits
-
-
crosetto authored
substituting the solveSystem with the one implemented on the SolverTrilinos, the leaderPrints with those of the class Displayer.
-
crosetto authored
-
crosetto authored
solveSystem is a method in SolverTrilinos thet can be shared among all the other solver. SolverTrilinos can be constructed passing the communicator, so that the output is printed only by proc 0.
-
- 16 Mar, 2009 1 commit
-
-
gfourestey authored
fixed a bug that prevented compilation if some global variables where not defined previously, compilation of the manual should work fine now
-
- 12 Mar, 2009 1 commit
-
-
gfourestey authored
There's a probleme with information transmition on the FS interface, reveting back to a working version in order to debug
-
- 11 Mar, 2009 1 commit
-
-
teo authored
-
- 10 Mar, 2009 1 commit
-
-
grasseau authored
-
- 09 Mar, 2009 3 commits
- 06 Mar, 2009 1 commit
-
-
gfourestey authored
-