Jeremiah DeGreeff
Jeremiah DeGreeff
To get a sense of the functionality that Molly provides, I followed the [first example in the documentation](https://juliahub.com/docs/Molly/SNYdm/0.2.2/docs/#Simulating-a-gas). At the end of this example I use the `visualize` function to...
When performing a simulation with a large number of timesteps and a non-integral `dt`, I sometimes get one more tilmestep than expected. The symptoms vary with the exact value of...
https://github.com/SciML/NBodySimulator.jl/blob/5c9d950f8b9cfb7a1d361366d41d8852b2bdb089/src/nbody_simulation_result.jl#L135-L151 The current implementation for calculating the potential energy of the system is hardcoded to only recognize a couple of built-in potential functions. NBS supports adding custom potentials for the...
Whenever I render a SockJsClient component, I get the following error printed to my browser console: UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code....