LMat_mod Module



Contents


Variables

Type Visibility Attributes Name Initial
class(lMat_t), public, allocatable, target :: LMat

Functions

public function get_lmat_el(a, b, c, i, j, k) result(matel)

Arguments

Type IntentOptional Attributes Name
integer, value :: a
integer, value :: b
integer, value :: c
integer, value :: i
integer, value :: j
integer, value :: k

Return Value real(kind=dp)

public pure function external_lMat_matel(nI, ex) result(matel)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nI(:)
integer, intent(in) :: ex(:,:)

Return Value real(kind=dp)

public pure function get_lmat_el_ua(a, b, c, i, j, k) result(matel)

Arguments

Type IntentOptional Attributes Name
integer, value :: a
integer, value :: b
integer, value :: c
integer, intent(in) :: i
integer, intent(in) :: j
integer, intent(in) :: k

Return Value real(kind=dp)


Subroutines

public subroutine initializeLMatPtrs()

Arguments

None

public subroutine setup_tchint_ints()

Arguments

None

public subroutine readLMat()

Arguments

None

public subroutine freeLMat()

Arguments

None