DOLFIN-X
DOLFIN-X C++ interface
|
Generators for simple meshes. More...
Classes | |
class | BoxMesh |
Tetrahedral mesh of the 3D rectangular prism spanned by two points p0 and p1. Given the number of cells (nx, ny, nz) in each direction, the total number of tetrahedra will be 6*nx*ny*nz and the total number of vertices will be (nx + 1)*(ny + 1)*(nz + 1). More... | |
class | IntervalMesh |
Interval mesh of the 1D line [a,b]. Given the number of cells (n) in the axial direction, the total number of intervals will be n and the total number of vertices will be (n + 1). More... | |
class | RectangleMesh |
Triangular mesh of the 2D rectangle spanned by two points p0 and p1. Given the number of cells (nx, ny) in each direction, the total number of triangles will be 2*nx*ny and the total number of vertices will be (nx + 1)*(ny + 1). More... | |
class | UnitDiscMesh |
A mesh consisting of a circular domain with quadratic geometry. This class is useful for testing. More... | |
Generators for simple meshes.
Generators for structured meshes for simple shapes.