Skip to content

gridap/GridapP4est.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GridapP4est

Stable Dev Build Status Coverage

amr_cubed_sphere

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.