PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
boundary::BoundaryBase, type::Boundary, and factory function. More...
#include <memory>
#include <petibm/mesh.h>
#include <petibm/singleboundary.h>
#include <petibm/solution.h>
Go to the source code of this file.
Classes | |
class | petibm::boundary::BoundaryBase |
Base (abstract) class for the whole 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::BoundaryBase > | petibm::type::Boundary |
Type definition of petibm::type::Boundary. More... | |
Functions | |
PetscErrorCode | petibm::boundary::createBoundary (const type::Mesh &mesh, const YAML::Node &node, type::Boundary &boundary) |
Create a Boundary object. More... | |
boundary::BoundaryBase, type::Boundary, and factory function.
Definition in file boundary.h.