lanl / LaGriT

Los Alamos Grid Toolbox (LaGriT) is a library of user callable tools that provide mesh generation, mesh optimization and dynamic mesh maintenance in two and three dimensions.
https://lanl.github.io/LaGriT/
Other
116 stars 48 forks source link

Wavelet-based mesh refinement #211

Closed zgxn closed 3 years ago

zgxn commented 3 years ago

Motivation

Add a mesh refinement strategy that is based on multiresolution analysis of arbitrary input data. The method is described in (Ozgen-Xian et al., 2020).

New Files

Modified Files

Testing

Run the Jupyter notebook examples/WaveletExample.ipynb to verify that everything works as intended.

References

Özgen-Xian, I., Kesserwani, G., Caviedes-Voullième, D., Molins, S., Xu, Z., Dwivedi, D., Moulton, J. D., Steefel, C. I. (2020) Wavelet-based local mesh refinement for rainfall-runoff simulations, Journal of Hydroinformatics, 22, 1059-1077. doi: 10.2166/hydro.2020.198

im

daniellivingston commented 3 years ago

This is phenomenal. Thanks Ilhan!