G+Smo
24.08.0
Geometry + Simulation Modules
|
Class representing a domain. i.e. a collection of elements (triangles, rectangles, cubes, simplices.
Public Member Functions | |
virtual gsMatrix< T > | boundingBox () |
virtual std::vector< T > | breaks () const |
Returns the breaks.. | |
virtual gsDomain * | clone () const =0 |
Clone function. Used to make a copy of the (derived) geometry. | |
virtual short_t | dim () const |
dimension of the domain | |
virtual gsMatrix< T > | elements () |
Returns a list of elements. | |
virtual gsMatrix< T > | mesh () |
Returns the mesh.. | |
virtual std::ostream & | print (std::ostream &os) const =0 |
Prints the object as a string. | |
|
inlinevirtual |
Returns a bounding box for the domain eg. This coincides to the domain in case of tensor-product domains