Routine to init container for penalization data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(in) | :: | tree |
Mesh data in treelmesh format. |
||
type(atl_penalizationData_type), | intent(inout) | :: | penalizationdata_list(tree%global%minlevel:tree%global%maxlevel) |
The penalization data to be initialized. |
||
type(atl_scheme_type), | intent(in) | :: | scheme_list(tree%global%minlevel:tree%global%maxlevel) |
The list of schemes. One for each level. |
||
type(atl_Equations_type), | intent(inout) | :: | equation |
The equation to be solved. |
||
type(atl_cube_elem_type), | intent(in) | :: | mesh_list(tree%global%minlevel:tree%global%maxlevel) |
The mesh description for each level |