Home
last modified time | relevance | path

Searched defs:LocalBcBDOFs (Results 1 – 1 of 1) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DDefUtils.F905775 SUBROUTINE LocalBcBDOFs(BC, Element, nd, Name, STIFF, Force ) subroutine
5781 TYPE(Element_t), POINTER :: Element !< The boundary element handled
5783 CHARACTER(LEN=MAX_NAME_LEN) :: Name !< The name of boundary condition
5784 REAL(KIND=dp) :: STIFF(:,:) !< The element stiffness matrix
5785 REAL(KIND=dp) :: Force(:) !< The element force vector
5787 TYPE(GaussIntegrationPoints_t) :: IP
5788 INTEGER :: p,q,t
5789 REAL(KIND=dp) :: Basis(nd)
5790 REAL(KIND=dp) :: xip,yip,zip,s,DetJ,Load
5791 LOGICAL :: stat
[all …]