Closed siddanib closed 3 months ago
Hold off on merging - we should consider making all scalars operate the same way.
Thank you for the suggestions, Andy (@ajnonaka)! I believe I might have to rebase based on #114 to pass all the checks.
The velocity uses hoextrap for the tangential components for slip wall. Would that also be incorrect with BDS?
hoextrap for BDS + velocity is fine - we don't have local min/max constraints.
Making
BCType::foextrap
as the default type for density and tracer atBC::slip_wall
boundary only whenadvection_type == "BDS"
. Also made a minor change in docs (src/boundary_conditions/README.org
) for (scalar/density, sw) combination.