inducer / grudge

Grand Unified Discontinuous Galerkin Environment? A DG code in training.
14 stars 17 forks source link

Exploit diagonalness of the mass matrix when applying tensor product mass inverse #343

Open inducer opened 6 months ago

inducer commented 6 months ago

When?

This is related to #349, but for the inverse operator.

Sample reference: https://doi.org/10.1002/fld.3923

cc @MTCam @a-alveyblanc @lukeolson

a-alveyblanc commented 6 months ago

Shouldn't the mass/mass inverse already be diagonal if we are using a nodal basis?

inducer commented 6 months ago

Not for LGL points, see #343.

a-alveyblanc commented 6 months ago

I think you mean #344