mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed spelling
This commit is contained in:
parent
2db889cd2b
commit
9b0b60c3f8
@ -60,16 +60,16 @@ namespace Opm
|
|||||||
|
|
||||||
LinearSolverInterface::LinearSolverReport
|
LinearSolverInterface::LinearSolverReport
|
||||||
solveCG_AMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity,
|
solveCG_AMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity,
|
||||||
double prolongateFactor, int smothsteps);
|
double prolongateFactor, int smoothsteps);
|
||||||
|
|
||||||
#ifdef HAS_DUNE_FAST_AMG
|
#ifdef HAS_DUNE_FAST_AMG
|
||||||
LinearSolverInterface::LinearSolverReport
|
LinearSolverInterface::LinearSolverReport
|
||||||
solveKAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity,
|
solveKAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity,
|
||||||
double prolongateFactor, int smothsteps);
|
double prolongateFactor, int smoothsteps);
|
||||||
|
|
||||||
LinearSolverInterface::LinearSolverReport
|
LinearSolverInterface::LinearSolverReport
|
||||||
solveFastAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity,
|
solveFastAMG(const Mat& A, Vector& x, Vector& b, double tolerance, int maxit, int verbosity,
|
||||||
double prolongateFactor, int smothsteps);
|
double prolongateFactor, int smoothsteps);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
LinearSolverInterface::LinearSolverReport
|
LinearSolverInterface::LinearSolverReport
|
||||||
|
Loading…
Reference in New Issue
Block a user