- 11 Apr, 2017 2 commits
-
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- 10 Apr, 2017 6 commits
-
-
Chichi Lalescu authored
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- 08 Apr, 2017 1 commit
-
-
Chichi Lalescu authored
also fix a typo in the vorticity equation wrapper, but the code fails anyway, so that's not a big deal. I still need to generate initial conditions.
-
- 07 Apr, 2017 3 commits
-
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Chichi Lalescu authored
-
- 06 Apr, 2017 7 commits
-
-
Berenger Bramas authored
Update the re-allocation of the particles array after re-distribution -- go to a simple model without memory re-use -- add a class to easily perform the same copy on position index and rhs
-
Berenger Bramas authored
-
Berenger Bramas authored
-
Chichi Lalescu authored
-
Berenger Bramas authored
Remove warnings -- split the accuracy (float/double) between field and particles, use double by default for the particles
-
Chichi Lalescu authored
-
Berenger Bramas authored
-
- 04 Apr, 2017 3 commits
-
-
Berenger Bramas authored
Call the spline using the position of the particle inside the cell (normalize to 0-1) -- pass an array of box width to the constructor
-
Berenger Bramas authored
-
Berenger Bramas authored
Add an interface builder (with runtime values for spline mode and interpolation size) -- templatize the real number types (splines still rely on double)
-
- 03 Apr, 2017 1 commit
-
-
Berenger Bramas authored
Update all -- dims idx are now z-y-x -- field wrapper use a memory leading array for data access -- debug rhs particles extension when re distribute the particles
-
- 30 Mar, 2017 2 commits
-
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- 06 Mar, 2017 1 commit
-
-
Cristian Lalescu authored
In the past, if I discovered that the pp file was computed for different iterations, I removed everything from it. Which is a bad idea, hence I'm not deleting the datasets that I know have to be deleted.
-
- 14 Feb, 2017 3 commits
-
-
Cristian Lalescu authored
-
Cristian Lalescu authored
-
Cristian Lalescu authored
-
- 13 Feb, 2017 1 commit
-
-
Cristian Lalescu authored
-
- 31 Jan, 2017 1 commit
-
-
Dimitar Vlaykov authored
-
- 30 Jan, 2017 1 commit
-
-
Cristian Lalescu authored
-
- 10 Jan, 2017 1 commit
-
-
Berenger Bramas authored
-
- 29 Dec, 2016 1 commit
-
-
Berenger Bramas authored
-
- 15 Dec, 2016 2 commits
-
-
Chichi Lalescu authored
-
Chichi Lalescu authored
stupid string parameter got broken again, since I keep trying to get rid of address sanitizer complaints. this time, I'm just using malloc with free, and apparently all's fine.
-
- 09 Dec, 2016 1 commit
-
-
Cristian Lalescu authored
in field io, dset_id is initialized differently depending on a couple of things. compiler is complaining that it may be used uninitialized, so I'm initializing it with H5I_BADID now.
-
- 06 Dec, 2016 2 commits
-
-
Cristian Lalescu authored
-
Cristian Lalescu authored
-
- 02 Dec, 2016 1 commit
-
-
Cristian Lalescu authored
-