Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F906606 SUBROUTINE SetConstraintModesBoundaries( Model, A, b, & subroutine
6609 TYPE(Model_t) :: Model !< The current model structure
6610 TYPE(Matrix_t), POINTER :: A !< The global matrix
6611 REAL(KIND=dp) :: b(:) !< The global RHS vector
6612 CHARACTER(LEN=*) :: Name !< name of the dof to be set
6613 INTEGER :: NDOFs !< the total number of DOFs for this equation
6637 CALL Info('SetConstraintModesBoundaries','Setting constraint modes boundaries for variable: '& argument