manifolds-0.5.1.0: Coordinate-free hypersurfaces

Copyright(c) Justus Sagemüller 2018
LicenseGPL v3
Maintainer(@) jsagemue $ uni-koeln.de
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Data.Manifold.Mesh

Description

 
Synopsis

Documentation

class SimplexSpanning (MeshDomainSpace メ) => Meshwhere Source #

A mesh is a container data structure whose nodes are in some way located distributed over a manifold, and are aware of the topology by way of having access to their neighbours. Any such grid can be seen as a PointsWeb, but it may have extra structure (e.g. rectangular) in addition to that.

Minimal complete definition

asWeb, meshSimplicesInWeb, extrapolateGrid

Associated Types

type MeshDomainSpace メ :: * Source #

type MeshGridDataConstraint メ y :: Constraint Source #

class Mesh メ => CoveringMeshwhere Source #

A mesh that “covers” the entire manifold, i.e. any point lies between some nodes of the mesh.

Minimal complete definition

Nothing