atl_ref_in_elempos Subroutine

public subroutine atl_ref_in_elempos(refPoints, tree, elempos, physPoints)

Transform reference points to physical points in the element of the tree identified by the provided elempos.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: refPoints(:,:)

Reference points to transform.

They have the form (npoints,3).

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

Tree in which the element is found.

integer, intent(in) :: elempos

Position of the element in the list of treeIDs of the tree.

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

Transformed points.

Has the same form as refPoints.


Calls

proc~~atl_ref_in_elempos~~CallsGraph proc~atl_ref_in_elempos atl_ref_in_elempos tem_CoordOfId tem_CoordOfId proc~atl_ref_in_elempos->tem_CoordOfId tem_ElemSizeLevel tem_ElemSizeLevel proc~atl_ref_in_elempos->tem_ElemSizeLevel

Called by

proc~~atl_ref_in_elempos~~CalledByGraph proc~atl_ref_in_elempos atl_ref_in_elempos proc~atl_generic_fromnodal_getelement atl_generic_fromNodal_getElement proc~atl_generic_fromnodal_getelement->proc~atl_ref_in_elempos