Geometries

MMJMesh.Geometries.GeometricObjectType
GeometricObject{DT, DG}

A geometric object of parametric dimension DT embedded in DG dimensional space. Here, a geometric object is understood as a connected set of points.

source
MMJMesh.Geometries.GeometricObjectIType
GeometricObjectI{DT,DG,NP}

A DT,DG dimensional geometric object with a parametrization which interpolates NP points. An important class of such objects are the geometries of isoparametric finite elements.

source
MMJMesh.Geometries.GeometricObjectPType
GeometricObjectP{DT,DG}

A DT,DG dimensional geometric object with a parametrization. For such an object, the geometry is the image of a simple DT-dimensional reference domain into DG dimensions.

source
Base.getindexMethod
g::Geometry[d, idx]

Geometric object of dimension d at index idx in g.

source
Base.lengthMethod
length(g::Geometry, d::int)

Number of geometric objects of dimension d in g.

source
MMJMesh.Geometries.parameterofMethod
parameterof(o, p, atol=1e-12)

Returns the parameter of point p on the one-dimensional geometric object o. The functions returns NaN if p is further than atol away from o.

source