PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
Prototype of mesh::MeshBase, type::Mesh, and factory function. More...
#include <string>
#include <vector>
#include <petscao.h>
#include <petscdmcomposite.h>
#include <petscdmda.h>
#include <petscsys.h>
#include <yaml-cpp/yaml.h>
#include <petibm/type.h>
Go to the source code of this file.
Classes | |
class | petibm::mesh::MeshBase |
Base (abstract) class of mesh. More... | |
Namespaces | |
namespace | petibm |
A toolbox for building flow solvers. | |
namespace | petibm::mesh |
Collection of classes and utilities regarding mesh. | |
namespace | petibm::type |
Frequently used types, structures, and enums. | |
Typedefs | |
typedef std::shared_ptr< mesh::MeshBase > | petibm::type::Mesh |
Type definition of Mesh. More... | |
Functions | |
PetscErrorCode | petibm::mesh::createMesh (const MPI_Comm &comm, const YAML::Node &node, type::Mesh &mesh) |
Factory function for creating a Mesh object. More... | |
Prototype of mesh::MeshBase, type::Mesh, and factory function.
Definition in file mesh.h.