Class: HarmonicBases

Projects. HarmonicBases


new HarmonicBases(geometry)

This class computes the harmonic bases of a surface mesh.

Parameters:
Name Type Description
geometry module:Core.Geometry

The input geometry of the mesh this class acts on.

Methods


compute(hodgeDecomposition)

Computes the harmonic bases [γ1, γ2 ... γn] of the input mesh.

Parameters:
Name Type Description
hodgeDecomposition module:Projects.HodgeDecomposition

A hodge decomposition object that
can be used to compute the exact component of the closed, but not exact, primal
1-form ω.

Returns:
Type
Array.<module:LinearAlgebra.DenseMatrix>