Awesome
GridapP4est
Purpose
The purpose of this package is to provide a DistributedDiscreteModel
implementation (a parallel mesh data structure, see GridapDistributed.jl
for more details) able to handle forests of quadtrees/octrees of the computational domain. To this end, it leverages the p4est
software library meshing engine under the hood (click here for an example).
Build
Before using GridapP4est.jl
, we have to build MPI.jl
and
P4est_wrapper.jl
. We refer to the main README.md
of the latter package (available here) for configuration instructions.