Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolverUtils.F906983 SUBROUTINE SetNodalLoads( Model, A, b, Name, DOF, NDOFs, Perm ) subroutine
6985 TYPE(Model_t) :: Model !< The current model structure
6986 TYPE(Matrix_t), POINTER :: A !< The global matrix
6987 REAL(KIND=dp) :: b(:) !< The global RHS vector
6988 CHARACTER(LEN=*) :: Name !< Name of the dof to be set
6989 INTEGER :: DOF !< The order number of the dof
6990 INTEGER :: NDOFs !< The total number of DOFs for this equation
6991 INTEGER :: Perm(:) !< The node reordering info, this has been generated at the
7017 CALL Info('SetNodalLoads','Checking for nodal loads for variable: '//TRIM(Name),Level=12) argument
7224 SUBROUTINE SetElementLoads(n)
[all …]