Bnder Subroutine

public subroutine Bnder(nc, rn, Bmix, dBi, dBij)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nc
real(kind=pr), intent(in) :: rn(nc)
real(kind=pr), intent(out) :: Bmix
real(kind=pr), intent(out) :: dBi(nc)
real(kind=pr), intent(out) :: dBij(nc,nc)

Called by

proc~~bnder~~CalledByGraph proc~bnder Bnder proc~cubic_v0 cubic_v0 proc~cubic_v0->proc~bnder proc~helmrkpr HelmRKPR proc~helmrkpr->proc~bnder proc~helmsrkpr HelmSRKPR proc~helmsrkpr->proc~bnder proc~ar_rkpr ar_rkpr proc~ar_rkpr->proc~helmrkpr proc~ar_srkpr ar_srkpr proc~ar_srkpr->proc~helmsrkpr

Variables

Type Visibility Attributes Name Initial
real(kind=pr), public :: aux(nc)
integer, public :: i
integer, public :: j
real(kind=pr), public :: totn