#include <petscksp.h>
#include "class.hpp"
Go to the source code of this file.
|  | 
|  | SPE | 
|  | Namespace containing all functions and data classes for this solver. 
 | 
|  | 
|  | 
| PetscInt | SPE::set_BCs (Mat &A, Vec &b, const PetscInt &ny, const PetscInt &nz) | 
|  | sets Boundary Condition equations in Matrix A and vector b in Ax=b linear system for solving the SPE equations  More... 
 | 
|  | 
| PetscInt | SPE::set_BCs (SPE &data) | 
|  | sets Boundary Condition equations in Matrix A and Matrix B in A+ B*dqdx=0 linear system for solving the SPE equations  More... 
 | 
|  |