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_modg_1d_scheme_type), | intent(in) | :: | scheme | Parameters of the modal dg scheme |
||
integer, | intent(in) | :: | nElems |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iAnsX | ||||
integer, | private | :: | ansLow | ||||
integer, | private | :: | ansPrevLow | ||||
real(kind=rk), | private | :: | inv_jacobiDet |