Home
last modified time | relevance | path

Searched refs:gravityForce (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/stvk/
H A DStVKInternalForces.cpp32 …sh(volumetricMesh_), precomputedIntegrals(precomputedABCDIntegrals_), gravityForce(NULL), addGravi… in StVKInternalForces()
59 free(gravityForce); in ~StVKInternalForces()
67 if (addGravity && (gravityForce == NULL)) in InitGravity()
69 gravityForce = (double*) malloc (sizeof(double) * 3 * volumetricMesh->getNumVertices()); in InitGravity()
70 volumetricMesh->computeGravity(gravityForce, g); in InitGravity()
123 forces[i] -= gravityForce[i]; in ComputeForces()
H A DStVKInternalForces.h113 double * gravityForce; variable
H A DStVKInternalForcesMT.cpp201 target[i] -= gravityForce[i]; in Compute()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DStVKInternalForces.h113 double * gravityForce; variable
H A DvolumetricMesh.h174 void computeGravity(double * gravityForce, double g=9.81, bool addForce=false) const;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestForces.cpp330 SpatialVec gravityForce(Vec3(0), Vec3(0, -2.0, 0)); in testDisabling() local
336 …ASSERT((springForce+gravityForce-system.getRigidBodyForces(state, Stage::Dynamics)[1]).norm() < 1e… in testDisabling()
342 ASSERT((gravityForce-system.getRigidBodyForces(state, Stage::Dynamics)[1]).norm() < 1e-10); in testDisabling()
/dports/science/simbody/simbody-Simbody-3.7/examples/shared/
H A DTaskSpace.h352 const Force::Gravity& gravityForce) in TaskSpace() argument
353 : m_matter(matter), m_gravityForce(gravityForce) {} in TaskSpace()
/dports/devel/raylib/raylib-3.7.0/src/
H A Dphysac.h311 static Vector2 gravityForce = { 0.0f, 9.81f }; // Physics world gravity force variable
382 gravityForce.x = x; in SetPhysicsGravity()
383 gravityForce.y = y; in SetPhysicsGravity()
1524 body->velocity.x += (float)(gravityForce.x*(deltaTime/1000/2.0)); in IntegratePhysicsForces()
1525 body->velocity.y += (float)(gravityForce.y*(deltaTime/1000/2.0)); in IntegratePhysicsForces()
1559 …) < (MathVector2SqrLen(CLITERAL(Vector2){ (float)(gravityForce.x*deltaTime/1000), (float)(gravityF… in InitializePhysicsManifolds()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/volumetricMesh/
H A DvolumetricMesh.h174 void computeGravity(double * gravityForce, double g=9.81, bool addForce=false) const;
H A DvolumetricMesh.cpp2496 void VolumetricMesh::computeGravity(double * gravityForce, double g, bool addForce) const in computeGravity() argument
2499 memset(gravityForce, 0, sizeof(double) * 3 * numVertices); in computeGravity()
2509gravityForce[3 * getVertexIndex(el,j) + 1] -= invNumElementVertices * mass * g; // gravity assumed… in computeGravity()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp9233 btDeformableLagrangianForce* gravityForce = new btDeformableGravityForce(gravity); in processDeformable() local
9234 deformWorld->addForce(psb, gravityForce); in processDeformable()
9235 m_data->m_lf.push_back(gravityForce); in processDeformable()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp9233 btDeformableLagrangianForce* gravityForce = new btDeformableGravityForce(gravity); in processDeformable() local
9234 deformWorld->addForce(psb, gravityForce); in processDeformable()
9235 m_data->m_lf.push_back(gravityForce); in processDeformable()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/esnext/esm/
H A Dvis-network.min.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
H A Dvis-network.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/esnext/umd/
H A Dvis-network.min.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
H A Dvis-network.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/peer/umd/
H A Dvis-network.min.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
H A Dvis-network.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/peer/esm/
H A Dvis-network.min.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/dist/
H A Dvis-network.esm.min.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
H A Dvis-network.min.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
H A Dvis-network.esm.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/standalone/umd/
H A Dvis-network.min.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/standalone/esm/
H A Dvis-network.min.js.map1gravityForce\n const gravityForce =\n (this.options.gravitationalConstant *\n paren…
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dvisjs-network.0e38943fa459e872fe93.js.map1gravityForce\n var gravityForce = this.options.gravitationalConstant * parentBranch.mass * no…

12