-
Hi,
I just tried to build your code. There seem to be a few files missing, namely the headers TMath, TVector2, TTree, TBranch, TCanvas, TFile and TGraph.
Thanks for the code.
-
Please, enroll me as developer!
My experience:
I've been programming with C/C++ for several years.
Most of projects were scientific (Numerical methods in gas dynamics, magneto hydro dynamics and hyd…
-
I'm not sure if this is related to #21 or #22, but after I built Sibernetic and ran it, it crashes after about 3 seconds.
Here's what I printed from the command-line:
```
./build/Smoothed-Particle-H…
-
It's pointless to work on/use the code that is not released under an open source license. Please fix.
-
@tarelli @gidili @a-palyanov Couple questions: Whats the reason for sorting the [particles at each step](https://github.com/openworm/org.geppetto.solver.sph/blob/master/src/main/java/org/geppetto/sol…
-
PYTHONPATH already contains a path to main_sim.py (C:\GitHub\Smoothed-Particle-Hydrodynamics\src) - this doesn't help.
Putting main_sim.py (and main_sim.pyc) into Python directory (I've tried C:\Pytho…
-
This is what I see when I've downloaded most recent version from master branch.
-
The GADGET 2 Makefile controls much of the functionality of GADGET. Apart from the input parameter file, this file (the Makefile) needs to be sent with the job input sandbox at runtime, so that GADGET…
-
Sibernetic saves simulations to disk if the `-l_to` flag is used. However if the `g++` compiler is used (without debug flags) it segfaults. It works with `gdb` for some reason.
_UPDATE_ So it's a lit…
-
Simulation results can be saved with the `-l_to` flag (though this is buggy, see #155). However the files can be quite huge (e.g 75GB for a 1s simulation). Currently this whole file needs to be loaded…