![]() |
Peano
|
Functions | |
create_Riemann_solver_call (polynomial_basis, FaceProjections face_projections) | |
number_of_face_projections: Integer How many quantities are to be projected onto the face. | |
exahype2.solvers.rkdg.rusanov.kernels.create_Riemann_solver_call | ( | polynomial_basis, | |
FaceProjections | face_projections ) |
number_of_face_projections: Integer How many quantities are to be projected onto the face.
If you pass in one, this means that only the left and right values are projected onto the face. If you pass in two, we store the values plus the projections of the derivative along the normal per face.
Definition at line 8 of file kernels.py.