|
PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
Definition of the class SingleBoundaryBase.
More...
#include <memory>#include <petscsys.h>#include <petscvec.h>#include <petibm/mesh.h>#include <petibm/type.h>Go to the source code of this file.
Classes | |
| class | petibm::boundary::SingleBoundaryBase |
| Base (abstract) class for ghost points & BC on a single boundary. More... | |
Namespaces | |
| namespace | petibm |
| A toolbox for building flow solvers. | |
| namespace | petibm::boundary |
| A collection of all boundary-related objects and functions. | |
| namespace | petibm::type |
| Frequently used types, structures, and enums. | |
Typedefs | |
| typedef std::shared_ptr< boundary::SingleBoundaryBase > | petibm::type::SingleBoundary |
| Definition of type petibm::type::SingleBoundary. More... | |
Functions | |
| PetscErrorCode | petibm::boundary::createSingleBoundary (const type::Mesh &mesh, const type::BCLoc &loc, const type::Field &field, const PetscReal &value, const type::BCType &bcType, type::SingleBoundary &singleBd) |
| Factory function for creating a SingleBoundary object. More... | |
Definition of the class SingleBoundaryBase.
Definition in file singleboundary.h.