c o m p u t e
t h e
r i g h t
h a n d
s i d e
o f
y o u r
d i s c r e t e
e q u a t i o n .
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | minLevel |
The minimum level of the mesh. |
||
integer, | intent(in) | :: | maxLevel |
The maximum level of the mesh. |
||
integer, | intent(in) | :: | currentLevel |
the level to compute on |
||
type(atl_cube_elem_type), | intent(inout) | :: | mesh_list(minLevel:maxLevel) |
List of mesh parts. For each level we have one. |
||
type(treelmesh_type), | intent(in) | :: | tree |
treelm mesh |
||
type(atl_statedata_type), | intent(inout) | :: | statedata_list(minLevel:maxLevel) |
List of states you want to calc the rhs for. For each level we have one. |
||
type(atl_facedata_type), | intent(inout) | :: | facedata_list(minLevel:maxLevel) |
List of face states you want to calc the rhs for. For each level we have one. |
||
type(atl_level_boundary_type), | intent(inout) | :: | boundary_list(minLevel:maxLevel) |
List of boundaries, for each level. |
||
type(atl_boundary_type), | intent(in) | :: | bc(:) |
The global boundary description. |
||
type(atl_scheme_type), | intent(inout) | :: | scheme_list(minLevel:maxLevel) |
List of schemes, for each level. |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj_list(:) |
unique list for projection methods |
||
type(atl_Equations_type), | intent(inout) | :: | equation |
The equation you are operating with. |
||
type(atl_material_type), | intent(inout) | :: | material_list(minlevel:maxlevel) |
Information about the material parameters of the equation. |
||
type(tem_general_type), | intent(inout) | :: | general |
General treelm settings. |