FSCAD_MOD Module


Uses

  • module~~fscad_mod~2~~UsesGraph module~fscad_mod~2 FSCAD_MOD module~buffered_allocator_mod BUFFERED_ALLOCATOR_MOD module~fscad_mod~2->module~buffered_allocator_mod module~parkind_ectrans PARKIND_ECTRANS module~fscad_mod~2->module~parkind_ectrans module~tpm_distr TPM_DISTR module~fscad_mod~2->module~tpm_distr EC_PARKIND EC_PARKIND module~buffered_allocator_mod->EC_PARKIND iso_c_binding iso_c_binding module~buffered_allocator_mod->iso_c_binding module~abort_trans_mod ABORT_TRANS_MOD module~buffered_allocator_mod->module~abort_trans_mod module~growing_allocator_mod GROWING_ALLOCATOR_MOD module~buffered_allocator_mod->module~growing_allocator_mod PARKIND1 PARKIND1 module~parkind_ectrans->PARKIND1 module~tpm_distr->EC_PARKIND module~growing_allocator_mod->iso_c_binding

Used by

  • module~~fscad_mod~2~~UsedByGraph module~fscad_mod~2 FSCAD_MOD proc~ftinv_ctlad FTINV_CTLAD proc~ftinv_ctlad->module~fscad_mod~2 proc~inv_trans_ctlad INV_TRANS_CTLAD proc~inv_trans_ctlad->module~fscad_mod~2

Derived Types

type, public ::  FSCAD_HANDLE


Functions

public function PREPARE_FSCAD(ALLOCATOR) result(HFSC)

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(inout) :: ALLOCATOR

Return Value type(FSCAD_HANDLE)


Subroutines

public subroutine FSCAD(ALLOCATOR, HFSC, PREEL_COMPLEX, KF_FS, KF_UV, KF_SCALARS, KUV_OFFSET, KSCALARS_OFFSET, KSCALARS_NSDER_OFFSET, KUV_EWDER_OFFSET, KSCALARS_EWDER_OFFSET)

*** FSCAD - Adjoint of division by acos(theta), east-west derivatives computation

Read more…

Arguments

Type IntentOptional Attributes Name
type(BUFFERED_ALLOCATOR), intent(in) :: ALLOCATOR
type(FSCAD_HANDLE), intent(in) :: HFSC
real(kind=JPRBT), intent(inout) :: PREEL_COMPLEX(:)
integer(kind=JPIM), intent(in) :: KF_FS
integer(kind=JPIM), intent(in) :: KF_UV
integer(kind=JPIM), intent(in) :: KF_SCALARS
integer(kind=JPIM), intent(in) :: KUV_OFFSET
integer(kind=JPIM), intent(in) :: KSCALARS_OFFSET
integer(kind=JPIM), intent(in) :: KSCALARS_NSDER_OFFSET
integer(kind=JPIM), intent(in) :: KUV_EWDER_OFFSET
integer(kind=JPIM), intent(in) :: KSCALARS_EWDER_OFFSET