CDMAP Subroutine

public subroutine CDMAP(KM, KMLOC, KSL, KSLO, PEPSNM, KDIR, KDGNH, KDGNHD, KFIELDS, PCOEFA, PCOEFS)

Uses

  • proc~~cdmap~2~~UsesGraph proc~cdmap~2 CDMAP MPL_MODULE MPL_MODULE proc~cdmap~2->MPL_MODULE module~parkind_ectrans PARKIND_ECTRANS proc~cdmap~2->module~parkind_ectrans PARKIND1 PARKIND1 module~parkind_ectrans->PARKIND1

*** CDMAP - REMAP ROOTS

 Purpose.
 --------

remap from one set of roots to another using Christoffel-Darboux formula, see Chien + Alpert, 1997.

  • Interface. ---------- CALL *CDMAP(...)

Arguments

Type IntentOptional Attributes Name
integer(kind=JPIM), intent(in) :: KM
integer(kind=JPIM), intent(in) :: KMLOC
integer(kind=JPIM), intent(in) :: KSL
integer(kind=JPIM), intent(in) :: KSLO
real(kind=JPRBT), intent(in) :: PEPSNM
integer(kind=JPIM), intent(in) :: KDIR
integer(kind=JPIM), intent(in) :: KDGNH
integer(kind=JPIM), intent(in) :: KDGNHD
integer(kind=JPIM), intent(in) :: KFIELDS
real(kind=JPRBT), intent(inout) :: PCOEFA(:,:)
real(kind=JPRBT), intent(inout) :: PCOEFS(:,:)

Calls

proc~~cdmap~2~~CallsGraph proc~cdmap~2 CDMAP mpl_abort mpl_abort proc~cdmap~2->mpl_abort