Initialize the kernel states for all parts of the mesh.
Intializes the kernel for the cubic elements of the mesh.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_time_type), | intent(in) | :: | time | current time |
||
type(atl_cube_container_type), | intent(inout) | :: | cube_container | container of cubic elements. |
||
type(atl_Equations_type), | intent(in) | :: | equation | The equation we try to solve. |
||
type(treelmesh_type) | :: | tree | The tree representation of the mesh. |
|||
type(tem_commPattern_type) | :: | commPattern | mpi communication pattern type |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iList | ||||
integer, | private, | allocatable | :: | nTotal(:) |