mus_load_newLayout Subroutine

public subroutine mus_load_newLayout(me, parent_handle, conf)

load a new stencil definition from the lua file

  • a label
  • the stencil (predefined or new)
  • for a new defined stencil ( weights, inverse directions, prevailing directions )

Arguments

TypeIntentOptionalAttributesName
type(mus_scheme_layout_type) :: me
integer, intent(in), optional :: parent_handle
type(flu_State) :: conf

Calls

proc~~mus_load_newlayout~~CallsGraph proc~mus_load_newlayout mus_load_newLayout proc~tem_identify_prevaildirections tem_identify_prevailDirections proc~mus_load_newlayout->proc~tem_identify_prevaildirections proc~tem_identify_inversedirections tem_identify_inverseDirections proc~mus_load_newlayout->proc~tem_identify_inversedirections proc~aot_table_close aot_table_close proc~mus_load_newlayout->proc~aot_table_close proc~tem_abort tem_abort proc~mus_load_newlayout->proc~tem_abort proc~tem_stencil_zeropos tem_stencil_zeroPos proc~mus_load_newlayout->proc~tem_stencil_zeropos interface~aot_get_val aot_get_val proc~mus_load_newlayout->interface~aot_get_val proc~aot_table_open aot_table_open proc~mus_load_newlayout->proc~aot_table_open proc~aot_table_length aot_table_length proc~mus_load_newlayout->proc~aot_table_length proc~tem_loadstencil tem_loadStencil proc~mus_load_newlayout->proc~tem_loadstencil

Called by

proc~~mus_load_newlayout~~CalledByGraph proc~mus_load_newlayout mus_load_newLayout proc~mus_load_scheme mus_load_scheme proc~mus_load_scheme->proc~mus_load_newlayout proc~mus_load_config mus_load_config proc~mus_load_config->proc~mus_load_scheme proc~mus_hvs_load_solverdata mus_hvs_load_solverData proc~mus_hvs_load_solverdata->proc~mus_load_scheme proc~mus_hvs_config_load mus_hvs_config_load proc~mus_hvs_config_load->proc~mus_hvs_load_solverdata program~musubi musubi program~musubi->proc~mus_load_config program~mus_harvesting mus_harvesting program~mus_harvesting->proc~mus_hvs_config_load

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: stencil_handle
integer, private :: weight_handle
integer, private :: nWeights
integer, private :: iWeight
integer, private :: invDir_handle
integer, private :: iInvDir
integer, private :: nInvDirs
integer, private :: prevDir_handle
integer, private :: iPrevDir
integer, private :: nPrevDirs
integer, private :: prevDirCoo_handle
integer, private :: iPrevDirCoo
integer, private :: iError