Home
last modified time | relevance | path

Searched refs:Stiff (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DCoupledNSUpdate.F90984Stiff( (dim+1)*p, (dim+1)*q ) = Stiff( (dim+1)*p, (dim+1)*q ) + 1.0d0 * &
1025 Stiff( (dim+1)*(p-1)+1, (dim+1)*q) = Stiff( (dim+1)*(p-1)+1, (dim+1)*q) + &
1028 Stiff( (dim+1)*(p-1)+1, (dim+1)*q) = Stiff( (dim+1)*(p-1)+1, (dim+1)*q) - &
1031 Stiff( (dim+1)*(p-1)+2, (dim+1)*q) = Stiff( (dim+1)*(p-1)+2, (dim+1)*q) - &
1034 Stiff( (dim+1)*(p-1)+2, (dim+1)*q) = Stiff( (dim+1)*(p-1)+2, (dim+1)*q) + &
1042Stiff( (dim+1)*(p-1)+1, (dim+1)*(q-1)+1) = Stiff( (dim+1)*(p-1)+1, (dim+1)*(q-1)+1) + &
1045Stiff( (dim+1)*(p-1)+1, (dim+1)*(q-1)+2) = Stiff( (dim+1)*(p-1)+1, (dim+1)*(q-1)+2) - &
1053Stiff( (dim+1)*(p-1)+2, (dim+1)*(q-1)+1) = Stiff( (dim+1)*(p-1)+2, (dim+1)*(q-1)+1) - &
1056Stiff( (dim+1)*(p-1)+2, (dim+1)*(q-1)+2) = Stiff( (dim+1)*(p-1)+2, (dim+1)*(q-1)+2) + &
1066 Stiff( (dim+1)*(p-1)+1, (dim+1)*q) = Stiff( (dim+1)*(p-1)+1, (dim+1)*q) + &
[all …]
H A DStokes.F901124Stiff( (dim+1)*p, (dim+1)*q ) = Stiff( (dim+1)*p, (dim+1)*q ) + 1.0d0 * &
1165 Stiff( (dim+1)*(p-1)+1, (dim+1)*q) = Stiff( (dim+1)*(p-1)+1, (dim+1)*q) + &
1168 Stiff( (dim+1)*(p-1)+1, (dim+1)*q) = Stiff( (dim+1)*(p-1)+1, (dim+1)*q) - &
1171 Stiff( (dim+1)*(p-1)+2, (dim+1)*q) = Stiff( (dim+1)*(p-1)+2, (dim+1)*q) - &
1174 Stiff( (dim+1)*(p-1)+2, (dim+1)*q) = Stiff( (dim+1)*(p-1)+2, (dim+1)*q) + &
1182Stiff( (dim+1)*(p-1)+1, (dim+1)*(q-1)+1) = Stiff( (dim+1)*(p-1)+1, (dim+1)*(q-1)+1) + &
1185Stiff( (dim+1)*(p-1)+1, (dim+1)*(q-1)+2) = Stiff( (dim+1)*(p-1)+1, (dim+1)*(q-1)+2) - &
1193Stiff( (dim+1)*(p-1)+2, (dim+1)*(q-1)+1) = Stiff( (dim+1)*(p-1)+2, (dim+1)*(q-1)+1) - &
1196Stiff( (dim+1)*(p-1)+2, (dim+1)*(q-1)+2) = Stiff( (dim+1)*(p-1)+2, (dim+1)*(q-1)+2) + &
1206 Stiff( (dim+1)*(p-1)+1, (dim+1)*q) = Stiff( (dim+1)*(p-1)+1, (dim+1)*q) + &
[all …]
H A DCompressibleNS.F90466Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+1 ) = Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+1 ) + &
468Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+2 ) = Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+2 ) - &
471Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+1 ) = Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+1 ) - &
473Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+2 ) = Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+2 ) + &
476Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+1 ) = Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+1 ) + &
478Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+1 ) = Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+1 ) + &
481Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+2 ) = Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+2 ) + &
483Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+2 ) = Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+2 ) + &
488Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+1 ) = Stiff( (dim+2)*(p-1)+1, (dim+2)*(q-1)+1 ) + &
490Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+2 ) = Stiff( (dim+2)*(p-1)+2, (dim+2)*(q-1)+2 ) + &
[all …]
H A DHelmholtzProjection.F9071 REAL(KIND=dp), ALLOCATABLE :: Stiff(:,:), Force(:), PotSol(:,:) local
76 SAVE Stiff, Force, PotSol, AllocationsDone
88 ALLOCATE( Force(n), Stiff(n,n), PotSol(1,n), STAT=istat )
157 CALL LocalMatrix(Stiff, Force, Element, n, dim, PiolaVersion, &
162 CALL DefaultUpdateEquations(Stiff, Force)
186 REAL(KIND=dp) :: Stiff(:,:), Force(:) local
208 Stiff = 0.0d0
344 SAVE Stiff, Force, Sol, PotSol, PhiSol, AllocationsDone
452 CALL DefaultUpdateEquations(Stiff, Force)
494 REAL(KIND=dp) :: Stiff(:,:), Force(:) local
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DVelocityUpdate.F90551 Stiff( dim*(p-1)+1, dim*(q-1)+1 ) = Stiff( dim*(p-1)+1, dim*(q-1)+1 ) + &
553 Stiff( dim*(p-1)+1, dim*(q-1)+1 ) = Stiff( dim*(p-1)+1, dim*(q-1)+1 ) + &
556 Stiff( dim*(p-1)+2, dim*(q-1)+2 ) = Stiff( dim*(p-1)+2, dim*(q-1)+2 ) + &
558 Stiff( dim*(p-1)+2, dim*(q-1)+2 ) = Stiff( dim*(p-1)+2, dim*(q-1)+2 ) + &
563 Stiff( dim*(p-1)+1, dim*(q-1)+1 ) = Stiff( dim*(p-1)+1, dim*(q-1)+1 ) + &
565 Stiff( dim*(p-1)+2, dim*(q-1)+2 ) = Stiff( dim*(p-1)+2, dim*(q-1)+2 ) + &
568 Stiff( dim*(p-1)+3, dim*(q-1)+3 ) = Stiff( dim*(p-1)+3, dim*(q-1)+3 ) + &
570 Stiff( dim*(p-1)+3, dim*(q-1)+3 ) = Stiff( dim*(p-1)+3, dim*(q-1)+3 ) + &
772 Stiff( dim*(p-1)+i, dim*(q-1)+1 ) = Stiff( dim*(p-1)+i, dim*(q-1)+1 ) + &
775 Stiff( dim*(p-1)+i, dim*(q-1)+2 ) = Stiff( dim*(p-1)+i, dim*(q-1)+2 ) + &
[all …]
H A DTimeIntegrate.F90629 Stiff = 0
659 Stiff = 0
723 Stiff = Beta * Stiff
737 Stiff = Beta * Stiff + (1.0d0/dt) * Mass
754 Stiff = Beta * Stiff
769 Stiff = Beta * Stiff + (1.0d0/dt) * Mass
847 Stiff(j) = Stiff(j) + a(1) * MassL(i)
859 Stiff(j) = Stiff(j) + a(1) * Mass(j)
926 Stiff(j) = Stiff(j) + a(1) * MassL(i)
942 Stiff = Stiff + a(1) * Mass
[all …]
H A DSolidMechanicsUtils.F90113 Stiff = 0.0_dp
270 StiffBlock => Stiff(p0+1:p0+DOFs,q0+1:q0+DOFs)
309 StiffBlock => Stiff(p0+1:p0+DOFs,q0+1:q0+DOFs)
345 CALL BeamCondensate(nd-nb, nb, DOFs, 3, Stiff, Force)
364 MATMUL(Stiff(1:DOFs,1:DOFs),R(1:DOFs,1:DOFs)))
376 Stiff(6*p,:) = 0.0d0
377 Stiff(:,6*p) = 0.0d0
378 Stiff(6*p,6*p) = 0.0d0
405 MATMUL(Stiff(1:DOFs,1:DOFs),R(1:DOFs,1:DOFs)))
410 MATMUL(Stiff(1:DOFs,1:DOFs), PrevSolVec(1:DOFs))
[all …]
/dports/graphics/megapov/megapov-1.2.1/scenes/mechsim/
H A Dtshirt.pov130 #declare Stiff=13000;
153 #declare Stiff=22000;
161 connection { Start_S1+Cnt, Start_S2+Cnt stiffness Stiff damping Damp length ZLen }
208 Start_S1+Cnt stiffness Stiff damping Damp length ZLen
213 Start_S2+Cnt stiffness Stiff damping Damp length ZLen
231 Start_S1+Arm_Grid_CntY-1 stiffness Stiff damping Damp length ZLen
236 Start_S2+Arm_Grid_CntY-1 stiffness Stiff damping Damp length ZLen
241 Start_S2 stiffness Stiff damping Damp length ZLen
246 Start_S1 stiffness Stiff damping Damp length ZLen
262 Start_S2+((Body_Grid_CntX-1)*Body_Grid_CntY) stiffness Stiff damping Damp length ZLen
[all …]
H A Dblocks.pov79 #declare Stiff=24000;
81 //#declare Stiff=52000;
85 …MechSim_Generate_Grid_Std(<0, 0, 0>, 0.1, 22000, Stiff, Damp, true, <0.7, 0.7, 0.7>, <4, 4, 4>, Tr…
88 …MechSim_Generate_Grid_Std(<0, 0, 0>, 0.1, 22000, Stiff, Damp, true, <0.7, 0.7, 0.7>, <4, 4, 4>, Tr…
91 …MechSim_Generate_Grid_Std(<0, 0, 0>, 0.1, 22000, Stiff, Damp, true, <0.55, 0.55, 0.55>, <9, 3, 3>,…
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/p-FEM_with_varying_p/
H A DBenchmarkShell.F90213 CALL StrainEnergyDensity(Stiff, CMat(1:csize,1:csize), BM, csize, m*nd, Weight)
226 CALL StrainEnergyDensity(Stiff, GMat, BS, 2, m*nd, Weight)
242 CALL StrainEnergyDensity(Stiff, CMat(1:3,1:3), BB, 3, m*nd, Weight)
253 Stiff(p*6,k*6) = Basis(p) * Basis(k) * Weight
254 Stiff(p*6,(k-1)*m+1) = -nu/(1.0d0-nu) * Basis(p) * dBasisdx(k,1) * Weight
255 Stiff(p*6,(k-1)*m+3) = -nu/(1.0d0-nu) * Basis(p) * Basis(k)/R * Weight
256 Stiff(p*6,(k-1)*m+2) = -nu/(1.0d0-nu) * Basis(p) * dBasisdx(k,2) * Weight
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/Classical2DShell/
H A DBenchmarkShell.F90213 CALL StrainEnergyDensity(Stiff, CMat(1:csize,1:csize), BM, csize, m*nd, Weight)
226 CALL StrainEnergyDensity(Stiff, GMat, BS, 2, m*nd, Weight)
242 CALL StrainEnergyDensity(Stiff, CMat(1:3,1:3), BB, 3, m*nd, Weight)
253 Stiff(p*6,k*6) = Basis(p) * Basis(k) * Weight
254 Stiff(p*6,(k-1)*m+1) = -nu/(1.0d0-nu) * Basis(p) * dBasisdx(k,1) * Weight
255 Stiff(p*6,(k-1)*m+3) = -nu/(1.0d0-nu) * Basis(p) * Basis(k)/R * Weight
256 Stiff(p*6,(k-1)*m+2) = -nu/(1.0d0-nu) * Basis(p) * dBasisdx(k,2) * Weight
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson1/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
16 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
85 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
96 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/BlockPoisson1/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
16 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
85 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
96 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/BlockPoisson2/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
16 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
85 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
96 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson5/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
15 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
84 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
95 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson8/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
15 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
84 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
95 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/BlockLinElast1/
H A DBlockLinElast.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
18 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
95 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
106 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson3/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
22 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
91 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
102 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson4/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
15 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
84 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
95 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson7/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
15 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
84 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
95 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson9/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
15 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
84 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
95 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson2/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
15 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
84 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
95 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/CoupledPoisson6/
H A DPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
15 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
84 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
95 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/BlockPoisson3/
H A DBlockPoissonAssembly.f904 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
16 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
108 Mass, Damp, Stiff, Force, InElement, nrow, ncol ) argument
119 REAL(KIND=dp) :: Stiff(:,:), Damp(:,:), Mass(:,:), Force(:) local
/dports/devel/boost-docs/boost_1_72_0/libs/graph/example/
H A Dproperty_iterator.cpp47 typedef property<stiff_t, double> Stiff; typedef
53 typedef Stiff EdgeProperty;

12345678