10 #include <dolfinx/common/MPI.h>
11 #include <dolfinx/mesh/Mesh.h>
18 class CoordinateElement;
41 create(MPI_Comm comm,
const std::array<Eigen::Vector3d, 2>& p,
This class manages coordinate mappings for isoparametric cells.
Definition: CoordinateElement.h:24
Triangular mesh of the 2D rectangle spanned by two points p0 and p1. Given the number of cells (nx,...
Definition: RectangleMesh.h:30
static mesh::Mesh create(MPI_Comm comm, const std::array< Eigen::Vector3d, 2 > &p, std::array< std::size_t, 2 > n, const fem::CoordinateElement &element, const mesh::GhostMode ghost_mode, std::string diagonal="right")
Definition: RectangleMesh.cpp:260
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