set_P.hpp
Go to the documentation of this file.
1 #ifndef SET_P_H
2 #define SET_P_H
3 #include <petscksp.h>
4 #include "class.hpp"
5 namespace SPE
6 {
12  PetscInt set_P(
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_P(SPE &data)
set permutation matrices and operators for use in OSS and SPE
Definition: set_P.cpp:16