msiglreith / panopaea

A fluid solving framework for Computer Graphics/VFX
12 stars 2 forks source link

Matrix based DEC operators #4

Open msiglreith opened 7 years ago

msiglreith commented 7 years ago

Discrete exterior calculus is a fundamental concept of our grid based fluid solvers. Directly applying the operators can be implemented efficiently, but they are often encoded via sparse matrices. These matrices are easier to handle for the implementation of preconditioners compared to the direct evaluation.

Therefore we need a way to transform the operators into sparse matrices.

msiglreith commented 7 years ago

blocked on #5