mus_intp_error Subroutine

private subroutine mus_intp_error(pdf, level, tree, general, fac, scheme, layout, intp, ind, varSys, derVarPos, eType)

Determine the numerical error of the interpolated quantities to the given initial conditions

Arguments

Type IntentOptional Attributes Name
type(pdf_data_type), intent(in) :: pdf

global fluid parameters

integer, intent(in) :: level

level

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

treelm tree

type(tem_general_type), intent(in) :: general
type(mus_convertFac_type), intent(in) :: fac
type(mus_scheme_type), intent(in) :: scheme

the current scheme

type(mus_scheme_layout_type), intent(in) :: layout

the layout used

type(mus_interpolation_type), intent(in) :: intp

interpolation method info

type(grw_intarray_type), intent(in) :: ind

indirection list

type(tem_varSys_type), intent(in) :: varSys

global variable system

type(mus_derVarPos_type), intent(in) :: derVarPos(:)

required variable system which maps to global varsys

integer, intent(in) :: eType

element type, eT_ghostFromFiner, eT_ghostFromCoarser


Calls

proc~~mus_intp_error~~CallsGraph proc~mus_intp_error mus_intp_error ini_state ini_state proc~mus_intp_error->ini_state mpi_reduce mpi_reduce proc~mus_intp_error->mpi_reduce newunit newunit proc~mus_intp_error->newunit offset offset proc~mus_intp_error->offset proc~mus_open_config mus_open_config proc~mus_intp_error->proc~mus_open_config proc~set_momentindices set_momentIndices proc~mus_intp_error->proc~set_momentindices tem_BaryOfId tem_BaryOfId proc~mus_intp_error->tem_BaryOfId tem_spatial_for tem_spatial_for proc~mus_intp_error->tem_spatial_for total total proc~mus_intp_error->total open_config_chunk open_config_chunk proc~mus_open_config->open_config_chunk proc~mus_create_funcstr mus_create_funcStr proc~mus_open_config->proc~mus_create_funcstr tem_open_distconf_array tem_open_distconf_array proc~mus_open_config->tem_open_distconf_array

Called by

proc~~mus_intp_error~~CalledByGraph proc~mus_intp_error mus_intp_error proc~mus_testinterpolation mus_testInterpolation proc~mus_testinterpolation->proc~mus_intp_error proc~mus_init_flow mus_init_flow proc~mus_init_flow->proc~mus_testinterpolation proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_init_flow program~musubi musubi program~musubi->proc~mus_initialize