|
PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
Prototypes of factory functions for operators. More...
#include <petscmat.h>#include <petibm/bodypack.h>#include <petibm/boundary.h>#include <petibm/delta.h>#include <petibm/mesh.h>#include <petibm/type.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::createR (const type::Mesh &mesh, Mat &R) |
| Create a matrix of flux areas, | |
| PetscErrorCode | petibm::operators::createRInv (const type::Mesh &mesh, Mat &RInv) |
| Create a matrix of inversed flux areas, | |
| PetscErrorCode | petibm::operators::createMHead (const type::Mesh &mesh, Mat &MHead) |
| Create a matrix of cell widths of velocity points, | |
| PetscErrorCode | petibm::operators::createM (const type::Mesh &mesh, Mat &M) |
| Create a matrix | |
| PetscErrorCode | petibm::operators::createIdentity (const type::Mesh &mesh, Mat &I) |
| Create an identity matrix | |
| PetscErrorCode | petibm::operators::createGradient (const type::Mesh &mesh, Mat &G, const PetscBool &normalize=PETSC_TRUE) |
| Create a gradient operator, | |
| PetscErrorCode | petibm::operators::createDivergence (const type::Mesh &mesh, const type::Boundary &bc, Mat &D, Mat &DCorrection, const PetscBool &normalize=PETSC_TRUE) |
| Create a divergence operator, | |
| PetscErrorCode | petibm::operators::createLaplacian (const type::Mesh &mesh, const type::Boundary &bc, Mat &L, Mat &LCorrection) |
| Create a Laplacian operator, | |
| PetscErrorCode | petibm::operators::createConvection (const type::Mesh &mesh, const type::Boundary &bc, Mat &H) |
| Create a matrix-free Mat for convection operator, | |
| 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 | |
| PetscErrorCode | petibm::operators::createDelta (const type::Mesh &mesh, const type::Boundary &bc, const type::BodyPack &bodies, const delta::DeltaKernel &kernel, const PetscInt &kernelSize, Mat &Op) |
| Create a Delta operator, | |
Prototypes of factory functions for operators.
Definition in file operators.h.