physics-simulation
Here are 769 public repositories matching this topic...
Changing an integrator's accuracy after initializing a TimeStepper has no effect, but this does not seem to be documented.
Discovered in opensim-org/opensim-core#2041.
-
Updated
Mar 15, 2020 - TypeScript
With flares, you can set a custom activation key using a control number. The control numbers range from 0-500, and 1 would be CTRL+1, 2 would be CTRL+2 and so on, makes sense. However, that page also lists control numbers for other functions:
- `11` Clutch
- `12` Parking Brake
- `40` Starter
- `45` Axle L
Log formatting.
Currently the output at runtime produces, for instance, the following:
PIConGPUVerbose PHYSICS(1) | Courant c*dt <= 1.66765 ? 1
PIConGPUVerbose PHYSICS(1) | species e: omega_p * dt <= 0.1 ? 3.56797e-08
The way the output is formatted I interpret it as a "question to the code", i.e., "Is c*dt <= ?" To which a natural answer would be "Yes/No" or "True/False" and not
This may be a lack of grokking Chipmunk, but I noticed that calling Space.add_collision_handler with *(a, b) and *(b, a) gave different handlers, but only one's separate handler was ever called.
Is the ordering significant? I tried swapping the order that I added collision handlers, but it always picked the same one (ie. not just the last one defined).
This isn't a complete sample
-
Updated
Jun 26, 2020 - C++
-
Updated
May 7, 2020 - Clojure
-
Updated
Jun 28, 2020 - Python
-
Updated
Jun 29, 2020 - C++
-
Updated
Jul 1, 2017 - JavaScript
It would be helpful to add a tutorial explaining how to run things in parallel (mpirun etc). There are some users who are not familiar with mpi (see #173 ) and it is useful to explain the basic steps to do this.
-
Updated
Apr 12, 2020 - C#
-
Updated
Mar 7, 2017 - Lua
-
Updated
Jun 18, 2020 - C++
-
Updated
Mar 3, 2020 - JavaScript
The boosted-frame example script (in the documentation) uses the direct laser injection.
However, when modifying parameters, users can easily be in a situation where the laser does not fit in the box.
For this reason, it might be better to use the laser antenna in the default example.
-
Updated
Apr 25, 2018 - C#
-
Updated
Jun 5, 2020 - HTML
-
Updated
Apr 25, 2018 - C#
-
Updated
Jun 29, 2020 - Python
-
Updated
Feb 2, 2020 - JavaScript
-
Updated
Jun 22, 2020 - Python
-
Updated
Jun 29, 2020 - C++
-
Updated
Jun 14, 2020 - C++
-
Updated
Jun 14, 2020 - Tcl
-
Updated
Jun 11, 2020 - Java
-
Updated
Jun 26, 2020 - Fortran
Improve this page
Add a description, image, and links to the physics-simulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the physics-simulation topic, visit your repo's landing page and select "manage topics."
Page 9, Pixel Observations code.
Argument to pixel Wrapper should be
pixels_only, notpixel_only.