atl_init_elem_container Subroutine

public subroutine atl_init_elem_container(me, equation, conf, tree, time, readRestart, proc, commPattern, boundary)

Initialize the container module.

This routine builds up the necessary information as requested by the configuration in the Lua script conf.

Arguments

Type IntentOptional Attributes Name
type(atl_element_container_type), intent(inout) :: me

complete domain

type(atl_Equations_type), intent(inout) :: equation

Description of the equation system

type(flu_State) :: conf

Handle for the Lua config file

type(treelmesh_type), intent(inout) :: tree

The mesh in treelm format.

type(tem_time_type) :: time

Representation of the current time

logical, intent(in) :: readRestart

Should a restart be read?

type(tem_comm_env_type) :: proc

mpi communication environment with mpi communicator

type(tem_commPattern_type) :: commPattern

mpi communication pattern type

type(tem_BC_prop_type), intent(inout) :: boundary