DOLFIN-X
DOLFIN-X C++ interface
|
A mesh consisting of a circular domain with quadratic geometry. This class is useful for testing. More...
#include <UnitDiscMesh.h>
Static Public Member Functions | |
static mesh::Mesh | create (MPI_Comm comm, int n, const fem::CoordinateElement &element, const mesh::GhostMode ghost_mode) |
Create mesh of unit disc for testing quadratic geometry. More... | |
A mesh consisting of a circular domain with quadratic geometry. This class is useful for testing.
|
static |
Create mesh of unit disc for testing quadratic geometry.
[in] | comm | MPI communicator to build the mesh on |
[in] | n | Number of layers |
[in] | element | Element that describes the geometry of a cell |
[in] | ghost_mode | Mesh ghosting mode |