set_A_and_Ds_nonlinear.hpp
Go to the documentation of this file.
1 #ifndef SET_A_AND_B_NONLINEAR_H
2 #define SET_A_AND_B_NONLINEAR_H
3 #include <petscksp.h>
4 #include "class.hpp"
5 namespace SPE
6 {
12  PetscInt set_A_and_Ds_nonlinear(
13  SPE &data
14  );
15 }
16 
17 #endif
18 
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5
PetscInt set_A_and_Ds_nonlinear(SPE &data)
set A and D matrix linear terms for SPE equations for nonlinear terms
Definition: set_A_and_Ds_nonlinear.cpp:10