gridap / GridapEmbedded.jl

Embedded finite element methods in Julia
Other
42 stars 14 forks source link

Adding redistribute flags and adaptive weights #95

Closed pmartorell closed 2 months ago

pmartorell commented 2 months ago

Adding

for load balancing and adaptive mesh refinement, resp. These functions return flags and weighs to be used in Gridap.Adaptivity.Adapt and GridapDistributed.redistribute, resp.

Such features are implemented for p4est meshes. These functions are not tested in order to avoid adding GridapP4est as a dependency.

See the usage in STLCutters documentation