ply_transfer_dofs Subroutine

public subroutine ply_transfer_dofs(indat, inspace, indegree, outdat, outspace, outdegree, ndims)

Small helping routine to wrap transfers in all allowed dimensions.

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: indat(:)

Input data to transfer to output data.

integer, intent(in) :: inspace

Multi-dimensional polynomial layout of the input data.

Has to be either Q_space or P_space.

integer, intent(in) :: indegree

Maximal polynomial degree in the input data.

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

Output data to fill with input data.

integer, intent(in) :: outspace

Multi-dimensional polynomial layout of the output data.

Has to be either Q_space or P_space.

integer, intent(in) :: outdegree

Maximal polynomial degree in the output data.

integer, intent(in) :: ndims

Number of dimensions in the polynomials to transfer


Calls

proc~~ply_transfer_dofs~~CallsGraph proc~ply_transfer_dofs ply_transfer_dofs proc~ply_transfer_dofs_2d ply_transfer_dofs_2D proc~ply_transfer_dofs->proc~ply_transfer_dofs_2d proc~ply_transfer_dofs_3d ply_transfer_dofs_3D proc~ply_transfer_dofs->proc~ply_transfer_dofs_3d proc~ply_transfer_dofs_1d ply_transfer_dofs_1D proc~ply_transfer_dofs->proc~ply_transfer_dofs_1d

Called by

proc~~ply_transfer_dofs~~CalledByGraph proc~ply_transfer_dofs ply_transfer_dofs proc~ply_subres_import_color ply_subres_import_color proc~ply_subres_import_color->proc~ply_transfer_dofs proc~sdr_hvs_props_import_dofs sdr_hvs_props_import_dofs proc~sdr_hvs_props_import_dofs->proc~ply_subres_import_color program~sdr_harvesting sdr_harvesting program~sdr_harvesting->proc~sdr_hvs_props_import_dofs

Contents

None