JacksonCampolattaro / gravo-mg-python

Python Bindings for a geometric multigrid library taken from Ruben Wiersma's GravoMG linear solver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravo MG Python Bindings

[Paper] [Project page]

Python bindings for my fork of Gravo MG. This package provides a simple functional interface for only the Prolongation and Restriction operators, without the rest of the multigrid method.

Citations

Please cite the original paper if this code contributes to an academic publication:

@Article{WiersmaNasikun2023GravoMG,
author = {Ruben Wiersma, Ahmad Nasikun, Elmar Eisemann, Klaus Hildebrandt},
journal = {SIGGRAPH 2023},
title = {A Fast Geometric Multigrid Method for Curved Surfaces},
year = {2023},
month = jul,
number = {4},
volume = {41},
doi = {10.1145/3588432.3591502},
publisher = {ACM}
}

About

Python Bindings for a geometric multigrid library taken from Ruben Wiersma's GravoMG linear solver.

License:MIT License


Languages

Language:Python 83.0%Language:C++ 11.1%Language:CMake 5.9%