Class: MeanCurvatureFlow

Projects. MeanCurvatureFlow


new MeanCurvatureFlow(geometry)

This class performs mean curvature flow on a surface mesh.

Parameters:
Name Type Description
geometry module:Core.Geometry

The input geometry of the mesh this class acts on.

Properties:
Name Type Description
geometry module:Core.Geometry

The input geometry of the mesh this class acts on.

vertexIndex Object

A dictionary mapping each vertex of the input mesh to a unique index.

Methods


integrate(h)

Performs mean curvature flow on the input mesh with timestep h.

Parameters:
Name Type Description
h number

The timestep.