Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F90417 SUBROUTINE FlipPeriodicLocalForce( Solver, n, Indexes, dofs, F ) subroutine
418 TYPE(Solver_t), POINTER :: Solver
419 INTEGER :: n, dofs
420 INTEGER :: Indexes(:)
421 REAL(KIND=dp) :: F(:)
446 END SUBROUTINE FlipPeriodicLocalForce argument