Go to the source code of this file.
|
def | fuseADERSolvers.compute_projector_to_point_set (quad_points_from, quad_points_to) |
| Transforms the degrees of freedom located at Lagrange quadrature_points to degrees of freedom located at a set of points as defined by the parameter points. More...
|
|
def | fuseADERSolvers.flatten (xss) |
|
def | fuseADERSolvers.different_basis_postprocessing_kernel (condition, order, proj, solver_name) |
|
def | fuseADERSolvers.same_basis_postprocessing_kernel (condition, order, solver_name) |
|
def | fuseADERSolvers.dg2dgFace () |
|
def | fuseADERSolvers.fuseADERSolvers (solver1, solver2, cond_1, cond_2) |
| This is a variant which would also let you remove a bunch of other unnecessary operations as well the effort of storing and loading the cells at every timestamp, however it doesn't work at the moment because the boundary face between one condition and the other needs to be both at the same time so that the cells on either side of said face receive their required information. More...
|
|