set_A_and_Ds.hpp
Go to the documentation of this file.
1 #ifndef SET_A_AND_B_H
2 #define SET_A_AND_B_H
3 #include <petscksp.h>
4 #include "class.hpp"
5 namespace SPE
6 {
12  PetscInt set_A_and_Ds(
13  SPE &data,
14  PetscScalar &alpha
15  );
16 
23  PetscInt set_A_and_Ds(
24  SPE &data
25  );
26 }
27 
28 #endif
29 
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5
PetscInt set_A_and_Ds(SPE &data, PetscScalar &alpha)
set A and B matrix for SPE equations
Definition: set_A_and_Ds.cpp:21