init_kernel Subroutine

private subroutine init_kernel(time, cube_container, equation, tree, commPattern)

Initialize the kernel states for all parts of the mesh.

Intializes the kernel for the cubic elements of the mesh.

Arguments

Type IntentOptional 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