PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
Implementation of the function createSingleBoundary
.
More...
#include <petibm/singleboundary.h>
#include <petibm/singleboundaryconvective.h>
#include <petibm/singleboundarydirichlet.h>
#include <petibm/singleboundaryneumann.h>
#include <petibm/singleboundaryperiodic.h>
Go to the source code of this file.
Namespaces | |
namespace | petibm |
A toolbox for building flow solvers. | |
namespace | petibm::boundary |
A collection of all boundary-related objects and functions. | |
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... | |
Implementation of the function createSingleBoundary
.
Definition in file singleboundary.cpp.