new ModifiedMeanCurvatureFlow(geometry)
This class performs a modified version of 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 |
---|---|---|
A |
module:LinearAlgebra.SparseMatrix | The laplace matrix of the input mesh. |
Extends
Methods
-
integrate(h)
-
Performs mean curvature flow on the input mesh with timestep h.
Parameters:
Name Type Description h
number The timestep.
- Inherited From: