Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F901463 SUBROUTINE UpdateMassMatrix( StiffMatrix, LocalMassMatrix, & subroutine
1466 TYPE(Matrix_t), POINTER :: StiffMatrix !< The global matrix structure
1467 REAL(KIND=dp) :: LocalMassMatrix(:,:) !< Local matrix to be added to the global matrix
1468 INTEGER :: n !< number of nodes in element
1469 INTEGER :: NDOFs !< number of DOFs per node
1470 INTEGER :: NodeIndexes(:) !< Element node to global node numbering mapping
1471 REAL(KIND=dp), OPTIONAL, TARGET :: GlobalValues(:)
1473 INTEGER :: i,j,k
1474 REAL(KIND=dp) :: s,t