PV 20150820 Get the correct penalization data here
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(atl_Equations_type), | intent(in) | :: | equation | The equation you solve. |
||
| type(ply_poly_project_type), | intent(inout) | :: | poly_proj | Poly project |
||
| real(kind=rk), | intent(in), | optional | :: | nodal_data(:,:) | The state in nodal form |
|
| type(atl_scheme_type), | intent(inout) | :: | scheme_min | The scheme information |
||
| type(atl_penalizationData_type), | intent(inout) | :: | penalizationData | The penalization data |
||
| integer, | intent(in) | :: | iElem | The current Element |
||
| type(atl_material_type), | intent(inout) | :: | material | Material description for the faces on the current level |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | nquadpoints | ||||
| integer, | private | :: | iPoint | ||||
| real(kind=rk), | private | :: | temperature | ||||
| real(kind=rk), | private | :: | pressure | ||||
| real(kind=rk), | private | :: | inv_dens | ||||
| integer, | private | :: | glob_elem_ind | ||||
| real(kind=rk), | private | :: | penalization(5) |