atl_load_config Subroutine

public subroutine atl_load_config(params, tree, configFile)

Arguments

Type IntentOptional Attributes Name
type(atl_solver_param_type), intent(inout) :: params
type(treelmesh_type), intent(out) :: tree

Mesh data in treelmesh format.

character(len=*), intent(in), optional :: configFile

Filename to use as default, when no argument provided.

defaults to 'ateles.lua' if not provided.