Applies the inverse of the mass matrix for a 3D scheme.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_cube_elem_type) | :: | mesh |
The mesh you are working with. |
|||
type(atl_kerneldata_type) | :: | kerneldata |
The data of the kernel. |
|||
type(atl_statedata_type) | :: | statedata |
THe state if the equation |
|||
procedure(atl_elemental_timestep_vec), | intent(in), | pointer | :: | elementalTimestep |
The elemental timestepping routine, because of performance, this is constant. |
|
type(atl_timestep_type) | :: | timestep |
The timestepping data. |
|||
type(atl_modg_1d_scheme_type), | intent(in) | :: | scheme |
Parameters of the modal dg scheme |