dg1d: Rename `SpectralElement` to `DGElement` and generalize its purpose...
dg1d: Rename `SpectralElement` to `DGElement` and generalize its purpose (!206) Generalization should allow it represent DG operators that are not necessarily based on nodal approximations via Lagrange polynomials. Atm we implement the `nodal_bernstein` version, which is actually pseudo-nodal and not yet tested. Will be done in a follow-up PR. Along the way we also implement some operators for Bernstein and Legendre bases.
Showing
- src/EulerEq/rhs.jl 1 addition, 1 deletionsrc/EulerEq/rhs.jl
- src/GRHD/callbacks.jl 2 additions, 2 deletionssrc/GRHD/callbacks.jl
- src/GRHD/cartoon.jl 1 addition, 1 deletionsrc/GRHD/cartoon.jl
- src/GRHD/doublecartoon.jl 1 addition, 1 deletionsrc/GRHD/doublecartoon.jl
- src/GRHD/rhs.jl 2 additions, 2 deletionssrc/GRHD/rhs.jl
- src/GRHD/spherical1d.jl 1 addition, 1 deletionsrc/GRHD/spherical1d.jl
- src/GRHD/valencia1d.jl 1 addition, 1 deletionsrc/GRHD/valencia1d.jl
- src/HRSC/bernstein.jl 1 addition, 15 deletionssrc/HRSC/bernstein.jl
- src/HRSC/weno.jl 1 addition, 1 deletionsrc/HRSC/weno.jl
- src/SRHD/rhs.jl 1 addition, 1 deletionsrc/SRHD/rhs.jl
- src/ScalarEq/rhs.jl 2 additions, 2 deletionssrc/ScalarEq/rhs.jl
- src/bernstein.jl 127 additions, 0 deletionssrc/bernstein.jl
- src/dg1d.jl 5 additions, 3 deletionssrc/dg1d.jl
- src/dg_rhs.jl 12 additions, 12 deletionssrc/dg_rhs.jl
- src/dgelement.jl 158 additions, 0 deletionssrc/dgelement.jl
- src/glgl.jl 5 additions, 5 deletionssrc/glgl.jl
- src/lagrange.jl 45 additions, 23 deletionssrc/lagrange.jl
- src/legendre.jl 102 additions, 0 deletionssrc/legendre.jl
- src/lgl.jl 28 additions, 20 deletionssrc/lgl.jl
- src/main.jl 2 additions, 3 deletionssrc/main.jl
Loading
Please register or sign in to comment