Home
last modified time | relevance | path

Searched refs:Thrust (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/propulsion/
H A DFGNozzle.cpp64 Thrust = 0; in FGNozzle()
81 Thrust = max((double)0.0, vacThrust - in.Pressure*Area); in Calculate()
83 vFn(1) = Thrust * cos(ReverserAngle); in Calculate()
85 return Thrust; in Calculate()
105 buf << Thrust; in GetThrusterValues()
H A DFGThruster.h88 Thrust = cos(ReverserAngle)*tt; in Calculate()
89 vFn(1) = Thrust; in Calculate()
90 return Thrust; in Calculate()
96 double GetThrust(void) const {return Thrust;} in GetThrust()
126 double Thrust; variable
H A DFGPropeller.cpp237 Thrust = ThrustCoeff*RPS*RPS*D4*rho; in Calculate()
244 double Vel2sum = Vel*abs(Vel) + 2.0*Thrust/(rho*Area); in Calculate()
270 vFn(eX) = Thrust; in Calculate()
289 return Thrust; // return thrust in pounds in Calculate()
368 double p_pitch = Thrust * Sense * (GetActingLocationZ() - GetLocationZ()) / 12.0; in GetPFactor()
370 double p_yaw = Thrust * Sense * (GetActingLocationY() - GetLocationY()) / 12.0; in GetPFactor()
402 << Thrust << delimeter; in GetThrusterValues()
/dports/graphics/gmt/gmt-6.3.0/test/seis/
H A Dseis_07.sh33 echo 3.0 1.0 0.0 90 45 90 5 0 0 Thrust | gmt psmeca -Sa${size} -L1 -Gblack -R -J -K -O >> $ps
35 echo 3.0 0.0 0.0 0 45 90 5 0 0 Thrust | gmt psmeca -Sa${size} -L1 -Gblack -R -J -K -O >> $ps
63 echo 3.0 1.0 0.0 90 45 90 270 45 90 4 23 0 0 Thrust | gmt psmeca -Sc${size} -L1 -Gblack -R …
65 echo 3.0 0.0 0.0 0 45 90 180 45 90 4 23 0 0 Thrust | gmt psmeca -Sc${size} -L1 -Gblack -R …
90 echo 3.0 1.0 0.0 1.0 -1.0 0.0 0.0 0.0 0.0 23 0 0 Thrust | gmt psmeca -Sm${size} -L1 -Gbla…
92 echo 3.0 0.0 0.0 1.0 0.0 -1.0 0.0 0.0 0.0 23 0 0 Thrust | gmt psmeca -Sm${size} -L1 -Gbla…
H A Dseis_01.sh14 echo 0.0 3.0 0.0 0 45 90 5 0 0 Thrust | gmt psmeca -Sa2.5c -Gblack -R -J -K -O >> $ps
15 echo 2.0 3.0 0.0 45 45 90 5 0 0 Thrust | gmt psmeca -Sa2.5c -Gblack -R -J -K -O >> $ps
/dports/devel/thrust/thrust-1.9.5/
H A DREADME.md1 Thrust: Code at the speed of light
4 Thrust is a parallel algorithms library which resembles the C++ Standard
5 Template Library (STL). Thrust's **high-level** interface greatly enhances
9 software. Develop **high-performance** applications rapidly with Thrust!
14 Thrust is best explained through examples. The following source code
75 The original creators of Thrust are [Jared Hoberock](http://github.com/jaredhoberock) and [Nathan B…
H A DCHANGELOG2 # Thrust v1.9.5 (CUDA 10.1 Update 1) #
13 # Thrust v1.9.4 (CUDA 10.1) #
165 # Thrust v1.9.3 (CUDA 10.0) #
169 Thrust v1.9.3 unifies and integrates CUDA Thrust and GitHub Thrust.
186 # Thrust v1.9.2 (CUDA 9.2) #
210 # Thrust v1.9.1-2 (CUDA 9.1) #
223 # Thrust v1.9.0-4 (CUDA 9.0) #
260 Thrust's backend.
263 # Thrust v1.8.3-2 (CUDA 8.0) #
280 # Thrust v1.8.2 (CUDA 7.0) #
[all …]
H A DTHANKS1 Thrust is an open source library of parallel algorithms with an interface
3 of Thrust are Jared Hoberock [1] and Nathan Bell [2] of NVIDIA Research.
26 Lastly, Thrust has greatly benefited from the design and implementation of
H A Dthrust_perf_tests.vlcc1 # Thrust performance tests component configuration.
4 "name" : "Thrust Performance Test Suite",
8 "module" : "CUDA - Thrust",
H A Dthrust.vlcc4 "name" : "Thrust Library",
7 "module" : "CUDA - Thrust",
H A Dthrust_perf_tests.vlct1 # Thrust performance tests component configuration.
4 "name" : "Thrust Performance Testsuite",
/dports/science/chrono/chrono-7.0.1/doxygen/documentation/module_multicore/
H A Dmodule_multicore_installation.md16 - uses efficient APIs for parallelism (OpenMP, Thrust, etc.)
24 - the [Thrust](https://github.com/thrust/thrust) (also included in CUDA SDK)
27 The easiest way to obtain the Thrust library is by installing the CUDA SDK.
28 …clone Thrust from its [GitHub repository](https://github.com/thrust/thrust). In that case, you wil…
37 - the [Thrust](https://github.com/thrust/thrust) (also included in CUDA SDK)
/dports/math/vtk8/VTK-8.2.0/CMake/
H A DFindThrust.cmake20 # This module finds the Thrust header files and extrats their version. It
35 DOC "Thrust headers"
62 find_package_handle_standard_args( Thrust
/dports/math/vtk6/VTK-6.2.0/CMake/
H A DFindThrust.cmake20 # This module finds the Thrust header files and extrats their version. It
35 DOC "Thrust headers"
62 find_package_handle_standard_args( Thrust
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DLightning.vc160 Thrust(Angles.yaw + 90.0, ZagSpeed);
163 LightningLink.Thrust(Angles.yaw + 90.0, ZagSpeed);
169 Thrust(Angles.yaw - 90.0, ZagSpeed);
172 LightningLink.Thrust(Angles.yaw - 90.0, ZagSpeed);
189 Thrust(Angles.yaw, Speed * Level.Game.frametime / 2.0);
/dports/science/chrono/chrono-7.0.1/cmake/
H A DFindThrust.cmake20 # This module finds the Thrust header files and extrats their version. It
37 DOC "Thrust headers"
69 find_package_handle_standard_args( Thrust
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DGANOVA3.DP7 TITLE Drill Thrust Force Analysis (Hamaker)
8 Y1LABEL Thrust Force
/dports/misc/xgboost/xgboost-1.5.1/cub/cmake/
H A DCubBuildTargetList.cmake144 # Just use Thrust's settings:
212 # cyclical dependency by migrating CUB's Thrust bits into Thrust.
213 find_package(Thrust ${CUB_VERSION} EXACT CONFIG
222 "Thrust was not found. Set CMake variable 'Thrust_DIR' to the "
223 "thrust-config.cmake file of a Thrust ${CUB_VERSION} installation to "
247 # building both CUB and Thrust. Add all project files here so IDEs will be
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Drobotdef.c631 Thrust(pl, false); in Check_robot_evade()
638 Thrust(pl, true); in Check_robot_evade()
974 Thrust(pl, true); in Check_robot_target()
976 Thrust(pl, false); in Check_robot_target()
1067 Thrust(pl, false); in Check_robot_target()
1146 Thrust(pl, false); in Check_robot_hunt()
1165 Thrust(pl, true); in Check_robot_hunt()
1167 Thrust(pl, false); in Check_robot_hunt()
1930 Thrust(pl, true); in Robot_default_play()
2201 Thrust(pl, true); in Robot_default_play()
[all …]
H A Dsuibotdef.c298 Thrust(pl, true); in Robot_take_off_from_base()
598 Thrust(pl, true); in Robot_evade_shot()
616 Thrust(pl, true); in Robot_move_randomly()
627 Thrust(pl, true); in Robot_move_randomly()
630 Thrust(pl, false); in Robot_move_randomly()
778 Thrust(pl, true); in Robot_ram_object()
1146 Thrust(pl, true); in Robot_suibot_play()
1152 Thrust(pl, false); in Robot_suibot_play()
1200 Thrust(pl, true); in Robot_suibot_play()
1280 Thrust(pl, false); in Robot_suibot_play()
[all …]
/dports/games/pcgen/pcgen/data/35e/necromancer_games/the_tome_of_horrors_revised/
H A Dtome_of_horrors_races_psionic.lst12 …l")|Mental Barrier (Augmented) SPELLS:PsiLike|TIMES=3|CASTERLEVEL=4|Mind Thrust (Augmented),12+CHA…
14Thrust (Augmented),14+CHA SPELLS:PsiLike|TIMES=3|CASTERLEVEL=8|Energy Ray (Augmented),11+CHA SPELL…
16Thrust (Augmented),13+CHA SPELLS:PsiLike|TIMES=3|CASTERLEVEL=10|Energy Ray (Augmented),11+CHA SPEL…
18Thrust (Augmented),13+CHA|Teleport (Psionic)|Trace Teleport SPELLS:PsiLike|TIMES=3|CASTERLEVEL=12|…
20 …Like|TIMES=3|CASTERLEVEL=var("ManifesterLvl")|Daze (Psionic),11+CHA|Mind Thrust,11+CHA …
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/doc/
H A Dexamples_table.qbk97 …[The Thrust phase oscillator ensemble example shows how globally coupled oscillators can be analyz…
100 …[The Thrust phase oscillator chain example shows how chains of nearest neighbor coupled oscillator…
103 …les show how ensembles of ordinary differential equations can be solved by means of Thrust to study
107 [Another examples for the usage of Thrust.]]
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/doc/
H A Dexamples_table.qbk97 …[The Thrust phase oscillator ensemble example shows how globally coupled oscillators can be analyz…
100 …[The Thrust phase oscillator chain example shows how chains of nearest neighbor coupled oscillator…
103 …les show how ensembles of ordinary differential equations can be solved by means of Thrust to study
107 [Another examples for the usage of Thrust.]]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/doc/
H A Dexamples_table.qbk97 …[The Thrust phase oscillator ensemble example shows how globally coupled oscillators can be analyz…
100 …[The Thrust phase oscillator chain example shows how chains of nearest neighbor coupled oscillator…
103 …les show how ensembles of ordinary differential equations can be solved by means of Thrust to study
107 [Another examples for the usage of Thrust.]]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/odeint/doc/
H A Dexamples_table.qbk97 …[The Thrust phase oscillator ensemble example shows how globally coupled oscillators can be analyz…
100 …[The Thrust phase oscillator chain example shows how chains of nearest neighbor coupled oscillator…
103 …les show how ensembles of ordinary differential equations can be solved by means of Thrust to study
107 [Another examples for the usage of Thrust.]]

12345678910>>...16