Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DDefUtils.F903577 SUBROUTINE UpdatePermonMatrix(A,G,n,dofs,nind) subroutine
3583 TYPE(Matrix_t) :: A local
3584 INTEGER :: n, dofs, nInd(:)
3585 REAL(KIND=dp) :: G(:,:)
3587 REAL(KIND=C_DOUBLE), ALLOCATABLE :: vals(:)
3588 INTEGER, POINTER :: ptr
3589 INTEGER :: i,j,k,l,k1,k2
3590 INTEGER :: matrixType, eType
3591 INTEGER(C_INT), ALLOCATABLE :: ind(:)
3593 TYPE(Element_t), POINTER :: CElement