gridap / gridap/P4est_wrapper.jl
TODO
- Dominant language
- Julia
- Stars
- 10
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Current implementation is almost done, but some details are still pending:
1. Increase coverage/tests/examples to stress bindings as much as possible
2. `test/example_3.jl`: replace `malloc/free` by julia array
3. `P4est_jll` integration: Currently, this bindings only supports the parallel version of p4est. `P4est_jlll` artifact contains a non-MPI version. I think the main difference between both is the MPI_Comm representation, `Ptr{Cvoid}` (8 bytes) for parallel version, `Cint`(?) (4 bytes) for sequential version. We should deal with this difference during package build.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.