11 #include <dolfinx/mesh/Mesh.h>
17 class CoordinateElement;
38 std::array<double, 2> x,
This class manages coordinate mappings for isoparametric cells.
Definition: CoordinateElement.h:24
Interval mesh of the 1D line [a,b]. Given the number of cells (n) in the axial direction,...
Definition: IntervalMesh.h:28
static mesh::Mesh create(MPI_Comm comm, std::size_t n, std::array< double, 2 > x, const fem::CoordinateElement &element, const mesh::GhostMode ghost_mode)
Factory.
Definition: IntervalMesh.cpp:68
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