Skip to content

genearlize slope limiting to meshes

Florian Atteneder requested to merge fa/fv-utils into main

Promote the slope limiting part from ScalarEq.rhs! for FVElements to src/mesh.jl for wider adoption. This PR also implements integration for Mesh1d{<:FVElements}, although its far from being general yet.

Both features should be adapted slowly into the other projects. So far we only updated ScalarEq and there only the muscl method. To also migrate the fv_central method I will need to think more about that schemes integrates with general slope limiters.

Merge request reports