UnitInterval.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
class
UnitInterval
¶ Parent class(es)
A mesh of the unit interval (0, 1) with a given 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).
This class has been deprecated. Use
UnitIntervalMesh
.-
UnitInterval
(std::size_t nx = 1)¶ Create mesh of unit interval
-