Skip to content
Snippets Groups Projects
Commit 8cf7196c authored by Florian Atteneder's avatar Florian Atteneder
Browse files

ScalarEq: Implement modal Bspline2 DG evolution...

ScalarEq: Implement modal Bspline2 DG evolution (!213)

Similar to !207, but using the new 2nd order Bspline basis.

Currently supports only bare evolutions and no HRSC etc.

Also: This is a quasi-nodal Ansatz similar to the Bernstein Ansatz, i.e. it is not interpolating, but the modal coefficients are related to some sampling of the data on the grid.
This means that one has to sum the modal coefficients onto the grid to obtain the nodal values, which can be done with `interpolate` or a Vandermonde matrix.
Atm this is not consistently done in the ScalarEq project, hence, care needs to be examined when interpreting results!
parent 909e3d50
1 merge request!213ScalarEq: Implement modal Bspline2 DG evolution
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment