atl_load_projection Subroutine

public subroutine atl_load_projection(minLevel, maxLevel, equation, poly_proj_pos, dynprojectArray, conf, scheme_list, source_projPos, boundary_list, boundary_list_stab, ic_pos_list, material_list)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: minLevel
integer, intent(in) :: maxLevel
type(atl_Equations_type), intent(in) :: equation
integer, intent(inout) :: poly_proj_pos(minlevel:maxLevel)
type(dyn_projectionarray_type), intent(inout) :: dynprojectArray
type(flu_State), intent(in) :: conf
type(atl_scheme_type), intent(in) :: scheme_list(minlevel:maxLevel)
integer, intent(inout) :: source_projPos(minlevel:maxLevel)

The levelwise positions of the projections that has to be used for the sources

type(atl_level_boundary_type), intent(inout) :: boundary_list(minlevel:maxLevel)
type(atl_level_boundary_type), intent(inout) :: boundary_list_stab(minlevel:maxLevel)
integer, intent(inout), allocatable :: ic_pos_list(:)
type(atl_material_type), intent(inout) :: material_list(minlevel:maxLevel)