- 15 May, 2017 5 commits
-
-
Chichi Lalescu authored
for scaling tests, if we don't want to get stuck on I/O things...
-
Berenger Bramas authored
-
Berenger Bramas authored
Update particle spline classes up to 10 See merge request !12
-
Berenger Bramas authored
-
Chichi Lalescu authored
-
- 14 May, 2017 3 commits
-
-
Chichi Lalescu authored
-
Chichi Lalescu authored
keep NSVEparticles, since it's a child of NSVE and everything is more consistent this way
-
Chichi Lalescu authored
results should (and seem to be) equal within numerical precision (maybe even binary for good settings).
-
- 10 May, 2017 2 commits
-
-
Cristian Lalescu authored
-
Cristian Lalescu authored
add ";" after function declarations.
-
- 09 May, 2017 3 commits
-
-
Chichi Lalescu authored
-
Cristian Lalescu authored
-
Cristian Lalescu authored
it should work for many many particles now.
-
- 08 May, 2017 11 commits
-
-
Chichi Lalescu authored
there were a few issues with read_parameters, which is now a virtual function in NSVE.
-
Chichi Lalescu authored
-
Chichi Lalescu authored
-
Chichi Lalescu authored
since we now have the full_code classes, I guess it makes sense to use the full name for the old version.
-
Chichi Lalescu authored
-
Chichi Lalescu authored
-
Chichi Lalescu authored
-
Chichi Lalescu authored
assume each checkpoint file should be at least order 1GB, and then check how much space each checkpoint will require. this includes both field and particle data.
-
Chichi Lalescu authored
-
Chichi Lalescu authored
-
Berenger Bramas authored
-
- 06 May, 2017 3 commits
-
-
Chichi Lalescu authored
-
Chichi Lalescu authored
-
Chichi Lalescu authored
this means i defined a virtual "step" method, as well as "do_stats" and "write_checkpoint". I think this makes it even more clear what job is assigned to which class.
-
- 05 May, 2017 7 commits
-
-
Berenger Bramas authored
Feature/longlong particles See merge request !11
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Berenger Bramas authored
Ensure to find all neighbors processes (especially with width interpolator) See merge request !10
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- 04 May, 2017 5 commits
-
-
Chichi Lalescu authored
Add simplified wrapper called `DNS`. While this will make it slightly more complicated to generate peculiar custom codes, the experience so far has been that this current version is quite adequate for our needs. Most of the code generation is removed from the Python wrapper, and plain old C++ classes are written for each type of simulation that is to be run.
-
Chichi Lalescu authored
-
Chichi Lalescu authored
-
Berenger Bramas authored
Feature/limited particles output See merge request !9
-
Berenger Bramas authored
-
- 03 May, 2017 1 commit
-
-
Chichi Lalescu authored
-