Feature/petsc
- Oct 15, 2020
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
The 'LinearSolver' class proposes mechanism to choose the used - library, - method, and - preconditioner Also one can adjust the required convergence epsilon, the maximum number of iterations and the verbosity. All of these options can be listed through the 'pgs' script using the 'printLSAvailable()' builtin function. One drive the linear system solver by changing values in the script. For instance: setLSVerbosity(true); setLSEpsilon(1E-9); setLSMaxIter(1000); setLSLibrary("PETSc"); setLSMethod("LU"); setLSPrecond("none"); Finally one can print the current options by using the 'printLSOptions()' function.
-
- Oct 13, 2020
-
-
Stéphane Del Pino authored
PETSc is almost plugged
-
- Oct 12, 2020
-
-
https://github.com/jedbrown/cmake-modules.gitStéphane Del Pino authored
subrepo: subdir: "packages/cmake-modules" merged: "91f96174" upstream: origin: "https://github.com/jedbrown/cmake-modules.git" branch: "master" commit: "91f96174" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "a04d8c2"
-