set_A_and_Ds_zi.hpp
Go to the documentation of this file.
1 #ifndef SET_A_AND_B_ZI_H
2 #define SET_A_AND_B_ZI_H
3 #include <petscksp.h>
4 #include "class.hpp"
5 namespace SPE
6 {
12  PetscInt set_A_and_Ds_zi(
13  SPE &data,
14  PetscScalar &alpha,
15  const PetscInt &zi=0
16  );
17 }
18 
19 #endif
20 
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5
PetscInt set_A_and_Ds_zi(SPE &data, PetscScalar &alpha, const PetscInt &zi=0)
set A and B matrix linear terms for SPE equations for zi plane (also sets the permutation matrices to...
Definition: set_A_and_Ds_zi.cpp:10