Skip to content
Snippets Groups Projects
Verified Commit 88b80966 authored by Lars Bilke's avatar Lars Bilke
Browse files

[doxygen] Fix PETSc links.

parent cacfe8d4
No related branches found
No related tags found
No related merge requests found
Sets the options prefix for this PETSc linear solver.
Cf. the PETSc [KSPSetOptionsPrefix documentation](http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/KSP/KSPSetOptionsPrefix.html).
Cf. the PETSc [KSPSetOptionsPrefix documentation](https://petsc.org/release/manualpages/KSP/KSPSetOptionsPrefix/).
Sets the options prefix for the PETSc SNES solver.
See the PETSc
[SNESSetOptionsPrefix](https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/SNESSetOptionsPrefix.html)
[SNESSetOptionsPrefix](https://petsc.org/release/manualpages/SNES/SNESSetOptionsPrefix/)
documentation for details.
......@@ -42,7 +42,7 @@ public:
that owns an instance of this class.
\param petsc_options PETSc options string which is passed to PETSc lib
and inserted in the PETSc option database (see
https://petsc.org/release/docs/manualpages/Sys/PetscOptionsInsertString.html).
https://petsc.org/release/manualpages/Sys/PetscOptionsInsertString/).
*/
PETScLinearSolver(std::string const& prefix,
std::string const& petsc_options);
......@@ -69,4 +69,4 @@ private:
double elapsed_ctime_ = 0.0; ///< Clock time
};
} // end namespace
} // namespace MathLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment