11 #include <dolfinx/mesh/Mesh.h>
19 class CoordinateElement;
45 const std::array<Eigen::Vector3d, 2>& p,
46 std::array<std::size_t, 3> n,
This class manages coordinate mappings for isoparametric cells.
Definition: CoordinateElement.h:24
Tetrahedral mesh of the 3D rectangular prism spanned by two points p0 and p1. Given the number of cel...
Definition: BoxMesh.h:31
static mesh::Mesh create(MPI_Comm comm, const std::array< Eigen::Vector3d, 2 > &p, std::array< std::size_t, 3 > n, const fem::CoordinateElement &element, const mesh::GhostMode ghost_mode)
Create a uniform finite element Mesh over the rectangular prism spanned by the two _geometry::Point_s...
Definition: BoxMesh.cpp:191
A Mesh consists of a set of connected and numbered mesh topological entities, and geometry data.
Definition: Mesh.h:47
GhostMode
Enum for different partitioning ghost modes.
Definition: Mesh.h:37