mus_derVar_intpOnPoint Subroutine

public subroutine mus_derVar_intpOnPoint(varPos, varSys, tree, time, point, nPnts, stencil, levelPointer, levelDesc, res)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: varPos

Position of variable in varSys

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

The variable system to obtain the variable from.

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

global treelm mesh info

type(tem_time_type), intent(in) :: time

Point in time at which to evaluate the variable.

real(kind=rk), intent(in) :: point(:,:)

Three-dimensional coordinates at which the variable should be evaluated. Only useful for variables provided as space-time functions.

integer, intent(in) :: nPnts

Number of values to obtain for this variable (vectorized access).

type(tem_stencilHeader_type), intent(in) :: stencil

stencil definition

integer, intent(in) :: levelPointer(:)

Pointer from treeIDlist entry to level-wise fluid part of total list

type(tem_levelDesc_type), intent(in) :: levelDesc(tree%global%minLevel:)

level description of all levels

real(kind=rk), intent(out) :: res(:)

Resulting values for the requested variable.

Dimension: n requested entries x nComponents of this variable Access: (iElem-1)*fun%nComponents + iComp


Calls

proc~~mus_dervar_intponpoint~~CallsGraph proc~mus_dervar_intponpoint mus_derVar_intpOnPoint get_element get_element proc~mus_dervar_intponpoint->get_element proc~mus_intp_getsrcelemposintree mus_intp_getSrcElemPosinTree proc~mus_dervar_intponpoint->proc~mus_intp_getsrcelemposintree tem_abort tem_abort proc~mus_dervar_intponpoint->tem_abort val val proc~mus_dervar_intponpoint->val nghelems nghelems proc~mus_intp_getsrcelemposintree->nghelems tem_BaryOfId tem_BaryOfId proc~mus_intp_getsrcelemposintree->tem_BaryOfId tem_CoordOfReal tem_CoordOfReal proc~mus_intp_getsrcelemposintree->tem_CoordOfReal tem_FirstIdAtLevel tem_FirstIdAtLevel proc~mus_intp_getsrcelemposintree->tem_FirstIdAtLevel tem_IdOfCoord tem_IdOfCoord proc~mus_intp_getsrcelemposintree->tem_IdOfCoord tem_LevelOf tem_LevelOf proc~mus_intp_getsrcelemposintree->tem_LevelOf tem_ParentOf tem_ParentOf proc~mus_intp_getsrcelemposintree->tem_ParentOf tem_PosOfId tem_PosOfId proc~mus_intp_getsrcelemposintree->tem_PosOfId tem_eligibleChildren tem_eligibleChildren proc~mus_intp_getsrcelemposintree->tem_eligibleChildren

Called by

proc~~mus_dervar_intponpoint~~CalledByGraph proc~mus_dervar_intponpoint mus_derVar_intpOnPoint proc~mus_derivevar_forpoint mus_deriveVar_forPoint proc~mus_derivevar_forpoint->proc~mus_dervar_intponpoint proc~mus_reductiontransient_forpoint mus_reductionTransient_forPoint proc~mus_reductiontransient_forpoint->proc~mus_dervar_intponpoint