Home
last modified time | relevance | path

Searched refs:IsPlate (Results 1 – 3 of 3) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DBlockSolve.F901658 LOGICAL :: IsPlate, IsShell, IsNs, IsPres local
1663 IsPlate = .FALSE.
1670 IsPlate = ListGetLogical( CurrentModel % Solvers(i) % Values,&
1675 i = ListGetInteger( Params,'Plate Solver Index',IsPlate)
1676 IF(.NOT. IsPlate ) THEN
1776 IsPlate, IsShell, IsNS )
1793 LOGICAL :: IsPlate, IsShell, IsBeam, IsSolid, GotBlockSolvers local
1805 IsPlate = .FALSE.
1810 IF(k==2) j = ListGetInteger( Params,'Plate Solver Index',IsPlate)
1855 IsSolid, IsPlate, IsShell, IsBeam, DrillingDOFs)
H A DSolverUtils.F9016844 IsPlate, IsShell, IsNS ) argument
16850 LOGICAL :: IsPlate, IsShell, IsNS local
16889 IF( IsPlate ) CALL Info(Caller,'Assuming structure to be plate',Level=8)
16916 IF( IsPlate ) THEN
17142 IF( .NOT. IsPlate ) THEN
17217 IF( .NOT. IsPlate ) THEN
17322 IF( .NOT. IsPlate ) THEN
17552 IsSolid, IsPlate, IsShell, IsBeam, DrillingDOFs) argument
17561 LOGICAL :: IsSolid, IsPlate, IsShell, IsBeam !< The type of the slave variable local
17588 IF( IsPlate ) CALL Info(Caller,'Assuming coupling with plate solver',Level=8)
H A DDefUtils.F906702 IsSolid, IsPlate, IsShell, IsBeam ) argument
6711 LOGICAL :: IsSolid, IsPlate, IsShell, IsBeam !< The type of the slave variable local
6735 … IF( IsPlate ) CALL Info('StructureCouplingAssembly','Assuming coupling with plate solver',Level=8)