Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DShellSolver.F904755 SUBROUTINE SetSolidCouplingBCs(Model, Solver, Displacement) subroutine
4759 TYPE(Model_t), INTENT(IN) :: Model !< The current model structure
4760 TYPE(Solver_t), INTENT(INOUT) :: Solver !< The shell solver
4761 TYPE(Variable_t), POINTER, INTENT(INOUT) :: Displacement !< The variable of 3-D elasticity
4763 TYPE(Mesh_t), POINTER :: Mesh
4787 CALL Warn('SetSolidCouplingBCs', 'Structure coupling possible in 3D only') argument