atl_initialize_sources Subroutine

public subroutine atl_initialize_sources(source, initSource, conf, equation, poly_proj_list, mesh_list, tree, varSys_data)

Arguments

Type IntentOptional Attributes Name
type(atl_source_type), intent(inout) :: source

Instance of atl_source_type to be initialized. This instance will contain the source definitions from lua as well as the corresponding variables in the global variable system.

type(atl_init_source_type), intent(in) :: initSource

Initialize source type contains possible source terms and function pointers to update those source terms

type(flu_State), intent(inout) :: conf

lua state

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

Description on the equation system to solve.

type(ply_poly_project_type), intent(in) :: poly_proj_list(:)

unique list for projection methods

type(atl_cube_elem_type), intent(in) :: mesh_list(tree%global%minLevel:)

Mesh list to access the level descriptors

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

Mesh data in treelmesh format.

type(atl_varSys_solverData_type), intent(in), target :: varSys_data