set_Crank_Nicolson_Advance.hpp
Go to the documentation of this file.
1 #ifndef SET_CRANK_NICOLSON_ADVANCE_H
2 #define SET_CRANK_NICOLSON_ADVANCE_H
3 #include <petscksp.h>
4 #include <class.hpp>
5 namespace SPE
6 {
13  SPE &data,
14  Vec &q,
15  PetscScalar &alpha
16  );
17 }
18 
19 #endif
PetscInt set_Crank_Nicolson_Advance(SPE &data, Vec &q, PetscScalar &alpha)
set up Crank-Nicolson advancing matrices A x = b system by creating matrices and setting BCs ...
Definition: set_Crank_Nicolson_Advance.cpp:11
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5