DEC is a Discrete Exterior Calculus toolbox for MATLAB.#
The DiscreteExteriorCalculus (DEC) package is a self-contained MATLAB toolkit for analysis of motion of velocities/flows on curved surfaces, applicable to shape-changing shapes.
Example Usage#
Suppose we have a triangulated mesh called mesh
with faces ``mesh.fââ and
dec = DiscreteExteriorCalculus(mesh.v, mesh.f)
Example script for a sphere-like mesh: