set_b.hpp
Go to the documentation of this file.
1 #ifndef SET_b_H
2 #define SET_b_H
3 #include <petscksp.h>
4 namespace SPE
5 {
11  PetscInt set_b(
12  const Mat &B,
13  const Vec &qn,
14  Vec &b
15  );
16 }
17 
18 #endif
19 
Namespace containing all functions and data classes for this solver.
Definition: Ax_b.hpp:5
PetscInt set_b(const Mat &B, const Vec &qn, Vec &b)
set b vector from B and q as b=B*q
Definition: set_b.cpp:5