SummationByPartsOperatorsExtra.jl
SummationByPartsOperatorsExtra.jl is a Julia package that implements some extra functionality for the package SummationByPartsOperators.jl. SummationByPartsOperatorsExtra.jl is still in an early stage of development and is meant to be used for research purposes. Maybe some parts of the package will be moved to SummationByPartsOperators.jl in the future. Until now, the package focuses on the implementation of function space summation-by-parts operators in one and multiple dimensions and on subcell summation-by-parts operators.
Installation
If you have not yet installed Julia, then you first need to download Julia. Please follow the instructions for your operating system. SummationByPartsOperatorsExtra.jl works with Julia v1.11 and newer. You can install SummationByPartsOperatorsExtra.jl by executing the following commands from the Julia REPL
julia> using Pkg
julia> Pkg.add("https://github.com/JoshuaLampert/SummationByPartsOperatorsExtra.jl")
Usage
In the Julia REPL, first load the package SummationByPartsOperatorsExtra.jl
julia> using SummationByPartsOperatorsExtra
SummationByPartsOperatorsExtra.jl is built on top of the package SummationByPartsOperators.jl and exports all the functions and types of the package.
Authors
The package is developed and maintained by Joshua Lampert (University of Hamburg).
License and contributing
SummationByPartsOperatorsExtra.jl is published under the MIT license (see License). We are pleased to accept contributions from everyone, preferably in the form of a PR.