|
PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
Definition of functions creating Delta operator. More...
#include <cmath>#include <petscmat.h>#include <petibm/bodypack.h>#include <petibm/boundary.h>#include <petibm/delta.h>#include <petibm/mesh.h>#include <petibm/singlebody.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::getEulerianNeighbors (const type::Mesh &mesh, const PetscInt &dof, const type::IntVec1D &IJK, const std::vector< bool > &periodic, const PetscInt &window, type::IntVec2D &ijk, type::RealVec2D &xyz) |
| 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, | |
Definition of functions creating Delta operator.
Definition in file createdelta.cpp.