annotate sbp.jl @ 637:4a81812150f4 feature/volume_and_boundary_operators

Change qudrature closure from tuple of reals to tuple of Stencils. Also remove parametrization of stencil width in D2 since this was illformed for the 2nd order case.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 03 Jan 2021 18:15:14 +0100
parents f4e3e71a4ff4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b714e341a0ba Starting julia project
Vidar Stiernström <vidar.stiernstrom@it.uu.se>
parents:
diff changeset
1 module sbp
224
31bd875eedf5 Add using statements to sbp.jl
Jonatan Werpers <jonatan@werpers.com>
parents: 211
diff changeset
2
335
f4e3e71a4ff4 Fix `using` commands to refer to local modules within the Sbplib package/module
Jonatan Werpers <jonatan@werpers.com>
parents: 224
diff changeset
3 using Sbplib.Grids
f4e3e71a4ff4 Fix `using` commands to refer to local modules within the Sbplib package/module
Jonatan Werpers <jonatan@werpers.com>
parents: 224
diff changeset
4 using Sbplib.RegionIndices
f4e3e71a4ff4 Fix `using` commands to refer to local modules within the Sbplib package/module
Jonatan Werpers <jonatan@werpers.com>
parents: 224
diff changeset
5 using Sbplib.SbpOperators
f4e3e71a4ff4 Fix `using` commands to refer to local modules within the Sbplib package/module
Jonatan Werpers <jonatan@werpers.com>
parents: 224
diff changeset
6 using Sbplib.DiffOps
224
31bd875eedf5 Add using statements to sbp.jl
Jonatan Werpers <jonatan@werpers.com>
parents: 211
diff changeset
7
10
bed51234616b add timestepper
Ylva Rydin <ylva.rydin@telia.com>
parents: 0
diff changeset
8 include("TimeStepper.jl")
0
b714e341a0ba Starting julia project
Vidar Stiernström <vidar.stiernstrom@it.uu.se>
parents:
diff changeset
9 end # module