UnitCircle.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
class
UnitCircle
¶ Parent class(es)
-
UnitCircle
(std::size_t n, std::string diagonal = "crossed", std::string transformation = "rotsumn")¶ Create a uniform finite element
Mesh
over the unit circle. This class is deprecated. UseUnitCircleMesh
.- Arguments
- n (std::size_t)
- Resolution of the mesh.
- diagonal (std::string)
- Optional argument: A std::string indicating the direction of the diagonals.
- transformation (std::string)
- Optional argument: A std::string indicating the type of transformation used.
-