Skip to content

Boundary conditions on nonconservative terms not supported #1445

@jlchan

Description

@jlchan

Currently, boundary conditions are not imposed on non-conservative terms. See, for example UnstructuredMesh2D:

# Compute pointwise nonconservative numerical flux at the boundary.
# In general, nonconservative fluxes can depend on both the contravariant
# vectors (normal direction) at the current node and the averaged ones.
# However, both are the same at watertight interfaces, so we pass the
# `outward_direction` twice.
# Note: This does not set any type of boundary condition for the nonconservative term
noncons_flux = nonconservative_flux(u_inner, u_inner, outward_direction, outward_direction, equations)

The implementations for DGMulti and P4estMesh are similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions