Home
last modified time | relevance | path

Searched refs:GetRealVector (Results 1 – 10 of 10) sorted by relevance

/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/
H A Drcommand.h154 GetRealVector=1 << 10, /**< Try to fetch result as an array of doubles */ enumerator
H A Drcommandstack.cpp272 …if (command->type () & (RCommand::GetIntVector | RCommand::GetRealVector | RCommand::GetStringVect… in data()
H A Drkrbackend.cpp1385 } else if (ctype & RCommand::GetRealVector) { in runCommand()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/MagnetoDynamics/
H A DWhitneyAVSolver.F90590 CALL GetRealVector( BodyForce, Load(1:3,1:n), 'Current Density', Found )
591 CALL GetRealVector( BodyForce, Load(4:6,1:n), &
599 CALL GetRealVector( Material, Load(4:6,1:n), 'Magnetization', FoundMagnetization )
774 CALL GetRealVector( BC, Load(1:3,1:n), 'Magnetic Field Strength', Found )
1553 CALL GetRealVector( BodyForce, omega_velo, 'Angular velocity', HasAngularVelocity)
1554 CALL GetRealVector( BodyForce, lorentz_velo, 'Lorentz velocity', HasLorentzVelocity)
2370 CALL GetRealVector(BC,Load(1:3,1:n),'Magnetic Flux Density',Found1)
H A DWhitneyAVHarmonicSolver.F901113 CALL GetRealVector( BodyForce, omega_velo, 'Angular velocity', HasAngularVelocity)
1114 CALL GetRealVector( BodyForce, lorentz_velo, 'Lorentz velocity', HasLorenzVelocity)
H A DCalcFields.F901032 CALL GetRealVector( BodyForce, omega_velo, 'Angular velocity', HasAngularVelocity)
1033 CALL GetRealVector( BodyForce, lorentz_velo, 'Lorentz velocity', HasLorenzVelocity)
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DDistributeSource.F90255 CALL GetRealVector( BodyForce, LocalCurrDens(1:3,1:n), 'Local Current Density',Found)
H A DShellSolver.F904650 CALL GetRealVector(BC, NodalForce(1:3,1:n), 'Resultant Force', AssemblyNeeded)
4651 CALL GetRealVector(BC, NodalCouple(1:3,1:n), 'Resultant Couple', Found)
4653 CALL GetRealVector(BC, NodalSprings(1:6,1:n), 'Spring', AssembleSprings)
4656 CALL GetRealVector(BC, NodalMass(1:6,1:n), 'Mass', AssembleMass)
H A DMagnetoDynamics2D.F90529 CALL GetRealVector(BodyForce, Lorentz_velo, 'Lorentz velocity', WithVelocity)
1545 CALL GetRealVector(BodyForce, Lorentz_velo, 'Lorentz velocity', WithVelocity)
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DDefUtils.F901249 RECURSIVE SUBROUTINE GetRealVector( List, x, Name, Found, UElement ) subroutine
1271 END SUBROUTINE GetRealVector argument