Namespaces | |
SPE | |
Namespace containing all functions and data classes for this solver. | |
Functions | |
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... | |