and the code from here should move into its hlp module.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(atl_Equations_type), | intent(in) | :: | equation | |||
| type(atl_statedata_type), | intent(inout) | :: | statedata | |||
| type(ply_poly_project_type), | intent(inout) | :: | poly_proj | |||
| type(atl_material_type), | intent(in) | :: | material | |||
| real(kind=rk), | intent(in) | :: | dt | |||
| type(atl_timestep_type), | intent(inout) | :: | timestep_list | |||
| real(kind=rk), | intent(in) | :: | weight | |||
| type(atl_cube_elem_type), | intent(in) | :: | mesh |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iPoint | ||||
| integer, | private | :: | iElem | ||||
| integer, | private | :: | iMatElem | ||||
| integer, | private | :: | datIndex | ||||
| integer, | private | :: | nElems | ||||
| real(kind=rk), | private, | allocatable | :: | modalCoeff(:,:) | |||
| real(kind=rk), | private, | allocatable | :: | modalCoeff_cur(:,:) | |||
| real(kind=rk), | private, | allocatable | :: | pointVal(:,:) | |||
| real(kind=rk), | private, | allocatable | :: | cur(:,:) | |||
| real(kind=rk), | private, | allocatable | :: | chebPhysCoord(:,:) | |||
| real(kind=rk), | private, | allocatable | :: | scatterNodal(:,:) | |||
| real(kind=rk), | private | :: | factor | ||||
| real(kind=rk), | private | :: | sigbyeps |