Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_cube_elem_type), | intent(in) | :: | mesh | Descritption of the cubical elements in the mesh |
||
type(atl_Equations_type), | intent(in) | :: | equation | The equation description. |
||
type(atl_material_type), | intent(in) | :: | material | Description of the material parameters. |
||
type(atl_kerneldata_type), | intent(inout) | :: | kerneldata | The data of the kernel. Holds the physical fluxes. |
||
type(atl_statedata_type), | intent(in) | :: | statedata | The representation on the face + representation of the flux. |
||
type(atl_scheme_type), | intent(inout) | :: | scheme(minLevel:maxLevel) | The parameters of the MODG scheme |
||
type(ply_poly_project_type) | :: | poly_proj | Data for projection method |
|||
type(atl_penalizationData_type), | intent(inout) | :: | penalizationdata | Penalization terms |
||
integer, | intent(in) | :: | minLevel | the levels of the geometry |
||
integer, | intent(in) | :: | maxLevel | the levels of the geometry |
||
integer, | intent(in) | :: | currentLevel | the levels of the geometry |
||
logical, | intent(in) | :: | usePenalization | Flag indicating whether to apply the penalization or not. When a implicit scheme is used to integrate the penalized parts, this can be used to switch it off here. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iDir | The direction |
|||
real(kind=rk), | private, | allocatable | :: | modalCoeffs(:,:) | The modal coefficients of the current element in the loop. |
||
real(kind=rk), | private, | allocatable | :: | pointVal(:,:) | Nodal representation of the polynomial with in each cell. |
||
real(kind=rk), | private, | allocatable | :: | Res(:,:) | The nodal representation of the physical flux along the 3 spatial directions. |
||
real(kind=rk), | private, | allocatable | :: | tmp_state_der(:,:) | |||
integer, | private | :: | nquadpoints | ||||
integer, | private | :: | oversamp_dofs | ||||
integer, | private | :: | iElem | ||||
integer, | private | :: | ndofs | ||||
integer, | private | :: | elemPos | ||||
integer, | private | :: | iVar | ||||
integer, | private | :: | elems | ||||
logical, | private | :: | use_linear_flux |