Calculate the physical flux for the MODG scheme and Heat equation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_cube_elem_type) | :: | mesh | The mesh you are working with. |
|||
type(atl_Equations_type) | :: | equation | The equation you solve. |
|||
real(kind=rk), | intent(in) | :: | state(:,:) | |||
real(kind=rk), | intent(inout) | :: | res(:,:) | |||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj | Parameters for projection |
||
real(kind=rk), | intent(inout) | :: | modalCoeffs(:,:) | |||
real(kind=rk), | intent(inout) | :: | modalCoeffsDiff(:,:) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | dof | ||||
integer, | private | :: | dofs | ||||
real(kind=rk), | private | :: | therm_diff |