computational-physics
Here are 214 public repositories matching this topic...
-
Updated
Jan 16, 2020 - C++
I can't find the demo file link in readme.md
the Url is https://github.com/utilForever/CubbyFlow-v0/tree/master/Demos and check this link
I was building freud from source and it failed because I was missing git submodules. It seems like it might be a good idea to check for this when installation is starting, and raise a user-friendly error message.
https://bout-dev.readthedocs.io/en/latest/user_docs/advanced_install.html#petsc
- While we sort of support PETSc 3.4+, we definitely recommend 3.7+, and we should recommend using the latest available version
- The advice to tell PETSc to use a pre-compiled version of SUNDIALS is not great; we should recommend either using a standalone SUNDIALS or compiling PETSc with
--download-sundialsbut
-
Updated
Aug 24, 2019 - Python
We currently use numpy.testing.assert_array_almost_equal and friends over a hundred times in the test suite. While this works with the unittest framework it's more elegant to add support for comparing arrays to (our own subclass of) unittest.TestCase, e.g. by redefining the methods assertEqual and assertAlmostEqual. The methods should produce helpful error messages indicating where array
-
Updated
Mar 4, 2020 - Python
-
Updated
Dec 20, 2019 - C++
-
Updated
Jun 16, 2020 - Jupyter Notebook
-
Updated
Feb 12, 2020 - C
-
Updated
Jul 11, 2020 - C++
-
Updated
Jul 9, 2020 - C++
-
Updated
Jul 9, 2020 - Python
-
Updated
Mar 20, 2020 - Jupyter Notebook
-
Updated
Apr 14, 2020 - Jupyter Notebook
-
Updated
May 4, 2018 - Python
-
Updated
Jan 7, 2020 - C++
-
Updated
Oct 18, 2019 - C++
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Jul 26, 2018 - GLSL
-
Updated
Jun 7, 2020 - C++
Currently the marker size for the particles in the mpl plots is deteremined based on the size of the simulation cell. However, with the release 1.1, it is now possible to change the forcefield and the values of A and B, therefore requiring the particle marker size to scale with both the simulation cell size and the nature of the potential model.
I reckon it is best to have the marker size be d
-
Updated
Jul 11, 2020 - Python
-
Updated
May 2, 2020 - C++
-
Updated
Jun 7, 2017 - C++
A billboard containing a chart with statistics about speeds would be nice. Somewhere is a corner, with alpha blending. Or perhaps some separate dialog box with the chart in it.
-
Updated
Feb 4, 2020 - C++
-
Updated
Jul 2, 2020 - C++
-
Updated
Apr 7, 2019 - Fortran
Improve this page
Add a description, image, and links to the computational-physics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computational-physics topic, visit your repo's landing page and select "manage topics."
Hello.
I often use python api documentation.
And I noticed that the descriptions of the accepted parameters of the classes were gone.
You have to look for these parameters in the source code in the
src\python\folder.It is advisable to make sure that there is no need to look for information in the source code.
For all Python API information to be available here:
https://fluidenginedevel