ply_transfer_P_dim Subroutine

public subroutine ply_transfer_P_dim(indat, indim, outdat, outdim, degree)

Transfer the polynomial in P representation from on dimension to another one.

Only needed for P polynomials, for Q this trivially copying of contiguous memory.

Arguments

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

Input data to transfer to output data.

integer, intent(in) :: indim

Dimension of the input polynomial.

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

Output data to fill with input data.

integer, intent(in) :: outdim

Dimension of the output polynomial.

integer, intent(in) :: degree

Maximal polynomial degree in the output data.


Called by

proc~~ply_transfer_p_dim~~CalledByGraph proc~ply_transfer_p_dim ply_transfer_P_dim proc~ply_subres_import_color ply_subres_import_color proc~ply_subres_import_color->proc~ply_transfer_p_dim 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


Variables

TypeVisibilityAttributesNameInitial
integer, private :: nInDofs
integer, private :: nOutDofs
integer, private :: iMode
integer, private :: iPos
integer, private :: iX
integer, private :: iY
integer, private :: iZ