Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Feature request: Support Summation-By-Parts operators #506

@eschnett

Description

@eschnett

Summation By Parts is the discrete equivalent of integrating by parts. This is in many cases a very convenient property to have in a discretization operator. Technically, one needs to choose boundary locations, discretization operators, and the dot product (norm) in a consistent manner.

On a practical level, one needs to choose stencil near boundaries in a particular manner. The straightforward choice to use slightly off-centred stencils with the same order of accuracy does not work.

This paper lists and examines such operators for up to 8th order with various properties. The original idea is much older than this paper, of course.

Different from the current setup, one typically applies the difference stencil to all grid points, i.e. there are no ghost points. Boundary conditions are usually applied weakly, i.e. by modifying the RHS of the PDE that is solved. Is this setup (no ghost points) possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions