g_vector_e Subroutine

public subroutine g_vector_e(elem, gauss, s, BTmat, sigma, detJ, gvec_e)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: elem
integer(kind=int32), intent(in) :: gauss
real(kind=real64), intent(in) :: s(:)
real(kind=real64), intent(in) :: BTmat(:,:)
real(kind=real64), intent(in) :: sigma(:,:,:)
real(kind=real64), intent(in) :: detJ
real(kind=real64), intent(inout) :: gvec_e(:)

Contents

None