|
PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
Definition of functions for creating approximated inverse A. More...
#include <cmath>#include <petscmat.h>Go to the source code of this file.
Namespaces | |
| namespace | petibm |
| A toolbox for building flow solvers. | |
| namespace | petibm::operators |
| Collections of factory functions of operators. | |
Functions | |
| PetscErrorCode | petibm::operators::createBnHead (const Mat &Op, const PetscReal &dt, const PetscReal &coeff, const PetscInt &n, Mat &BnHead) |
| Create non-normalized matrix of approximated | |
| PetscErrorCode | petibm::operators::createBn (const Mat &Op, const Mat &R, const Mat &MHead, const PetscReal &dt, const PetscReal &coeff, const PetscInt &n, Mat &Bn) |
| Create normalized matrix of approximated | |
| PetscErrorCode | petibm::operators::createBn (const Mat &Op, const Mat &M, const PetscReal &dt, const PetscReal &coeff, const PetscInt &n, Mat &Bn) |
| Create normalized matrix of approximated | |
Definition of functions for creating approximated inverse A.
Definition in file createbn.cpp.