Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F90373 SUBROUTINE FlipPeriodicLocalMatrix( Solver, n, Indexes, dofs, A ) subroutine
374 TYPE(Solver_t), POINTER :: Solver
375 INTEGER :: n, dofs
376 INTEGER :: Indexes(:)
377 REAL(KIND=dp) :: A(:,:)
379 LOGICAL, POINTER :: PerFlip(:)
380 INTEGER :: i,j,k,l