trixi-framework / P4est.jl

P4est.jl is lightweight Julia wrapper for the p4est C library, which allows to manage multiple connected adaptive quadtrees/octrees in parallel.

Home Page:https://trixi-framework.github.io/P4est.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to `CBinding@1`

sloede opened this issue · comments

Xref #29.

To make this a non-breaking change, we might want to use the j option to recreate all symbols as before (they are prefixed with p4est_ anyways), see also https://github.com/analytech-solutions/CBinding.jl#options-for-c.

I'm totally in favor of trying to make this non-breaking.