K_mat_e Subroutine

public subroutine K_mat_e(j, s, BTmat, Ce_neoHK, Bmat, detJ, Kmat_e, F_iJ)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: j
real(kind=real64), intent(in) :: s(:)
real(kind=real64), intent(in) :: BTmat(:,:)
real(kind=real64), intent(in) :: Ce_neoHK(:,:)
real(kind=real64), intent(in) :: Bmat(:,:)
real(kind=real64), intent(in) :: detJ
real(kind=real64), intent(out) :: Kmat_e(:,:)
real(kind=real64), intent(in) :: F_iJ(:,:)

Contents

None