Provides functions to setup ELA.
void ELA_SolverClearDilation()
Cleanup after ELA_SolverClearDilation()
void ELA_SolverSaveDilation(const double *c)
Setup the vector dilation term (, Eq. 26)
void ELA_SolverNormalizeLabel(const double *f)
Cleanup machine precision related errors, including , Eq. 47.
void ELA_SolverDilateLabels(const double *u_div)
Apply the vector dilation term from , Eq. 22.
void ELA_SolverFilterLabels(const double &tol, const double *f)
Apply the filter from , Eq. 30.
void ELA_SolverAdvectLabels(const int &d, const double *flux, const double *delta)
Apply the convection terms from , Eq. 22.