Calculate the physical flux for the MODG scheme and Euler equation with constant characteristic (mask function) in the element.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type) | :: | equation | The equation you solve. |
|||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj | Parameters for projection |
||
real(kind=rk), | intent(inout) | :: | res(:,:) | The physical flux result to be stored in |
||
real(kind=rk), | intent(in) | :: | pointVal(:,:) | Nodal representation of the polynomial with in each cell. |
||
real(kind=rk), | intent(in) | :: | penalty_char | Characteristic (mask) function of the material penalization. This should be 0 everywhere where there is no material, and 1 where there is material. |
||
real(kind=rk), | intent(in) | :: | U_o | Obstacle velocity |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iPoint | ||||
integer, | private | :: | nquadpoints | ||||
real(kind=rk), | private | :: | penalty_scaling |