Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F901201 SUBROUTINE UpdateGlobalEquations( StiffMatrix, LocalStiffMatrix, & subroutine
1205 TYPE(Matrix_t), POINTER :: StiffMatrix !< The global matrix
1207 REAL(KIND=dp) :: LocalForce(:) !< Element local force vector.
1208 REAL(KIND=dp) :: ForceVector(:) !< The global RHS vector.
1209 INTEGER :: n !< Number of nodes.
1210 INTEGER :: NDOFs !< Number of element nodes.
1213 TYPE(Element_t), OPTIONAL, TARGET :: UElement !< Element to be updated
1214 REAL(KIND=dp), OPTIONAL :: GlobalValues(:)
1216 INTEGER :: i,j,k,dim, Indexes(n)
1217 LOGICAL :: Rotate
[all …]