Skip to content
Snippets Groups Projects
Commit 4b0bddd5 authored by Axel Modave's avatar Axel Modave
Browse files

linearSystemPETSc : include petscksp.h

parent 5cf47952
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include <vector> #include <vector>
#if defined(HAVE_PETSC) #if defined(HAVE_PETSC)
#include "petsc.h" #include "petsc.h"
#include <petscksp.h>
template <class scalar> template <class scalar>
class linearSystemPETSc : public linearSystem<scalar> { class linearSystemPETSc : public linearSystem<scalar> {
protected: protected:
......
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