Bases: dolfin.cpp.mesh.Mesh
Interval mesh of the 1D line [a,b]. Given the number of cells (nx) in the axial direction, the total number of intervals will be nx and the total number of vertices will be (nx + 1).
Overloaded versions
IntervalMesh(nx, a, b)
Constructor
The number of cells.
The minimum point (inclusive).
The maximum point (inclusive).
Note
No example code available for this function.
IntervalMesh(comm, nx, a, b)
Constructor
MPI communicator
The number of cells.
The minimum point (inclusive).
The maximum point (inclusive).
Note
No example code available for this function.
The membership flag