physics
Here are 2,484 public repositories matching this topic...
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Jun 21, 2020
-
Updated
Sep 27, 2020 - PureScript
-
Updated
Jan 23, 2019 - JavaScript
Hey all,
I am curious if support exists, or will in the future, for the loading of URDF, SDF and/or MJCF model files into nphysics. This functionality would make nphysics highly desirable for simulating robotics and help Rust expand into the robotics world in general. This is something I could potentially help with if there agreement to support such model files.
Perhaps the library is still
Describe the bug
In the following reproducer, t.Scan()
prints values for column out_x.out_x
but the output is truncated to out_x.out
, which can be quite confusing for larger trees with nested branches:
root [0] TTree t;
root [1] int x = 42;
root [2] t.Branch("out_x", &x)
(TBranch *) 0x5559ed5dc4f0
ro
-
Updated
Oct 3, 2020
Adding multiple ContactMaterials to the World is useful for unique contact equation properties between two specific Materials
const material1 = new CANNON.Material({ name: 'ElasticMaterial1', friction: 0, restitution: 1 })
const material2 = new CANNON.Material({ name: 'ElasticMaterial2', friction: 0.2, restitution: 0.9 })
const contactMaterial = new CANNON.ContactMaterial(material1, ma
-
Updated
Oct 3, 2020 - C++
-
Updated
Oct 4, 2020 - Python
RAEairfoil_AUSM_issue.pdf
Describe the bug
I was trying to run RAE2822 rans case with AUSM scheme (SU2-7.0.1). I observed some issue while using Venkatakrishnan or Venkatakrishnan-Wang limiter, spurious pressure distribution over the surface along with pressure contours in the field are observed. While with Van Albad
Cleanup bit flags
-
Updated
Jul 17, 2020 - C
-
Updated
Sep 27, 2020 - TypeScript
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 5, 2020 - C++
-
Updated
Apr 5, 2020 - C#
-
Updated
Jun 16, 2020 - C++
-
Updated
Apr 1, 2020 - Python
Exchange a package that is marked as deprecated.
Seen in CI as warning in the apt
install step with CUDA 10.1.243.
To Do:
- double check this works with CUDA 9.2 (current docker image; check minimal version constraint for Nvidia NGC) or...
- update Docker image to newer CUDA
-
Updated
Jul 28, 2020
-
Updated
Mar 11, 2019 - JavaScript
[SOFAGUI_ENABLE_QWT] SOFA doesn't compile after the activation of the option SOFAGUI_ENABLE_QWT
When you activated the option SOFAGUI_ENABLE_QWT in Sofa, you get compilation problem. This is maybe, due to the fact that QWT_VERSION_STR == "6.1.4" .
Adding line #include <QPainterPath>
in the file extlibs/qwt-6.1.4/src/qwt_global.h
makes SOFA compile. But still can't draw.
Suggested labels: <!--- see https://github.com/s
-
Updated
Sep 9, 2020 - Python
Improve this page
Add a description, image, and links to the physics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the physics topic, visit your repo's landing page and select "manage topics."
Links to all modules are broken because of renaming
Version:
Issue type: