- Jan 22, 2021
-
-
- Jun 29, 2020
-
-
Cristian Lalescu authored
something is broken though.
-
Cristian Lalescu authored
-
Cristian Lalescu authored
preliminary. in particular solvers cannot be a simple function, they should handle checkpointing --- especially if Adams-Bashforth particles are to be reimplemented with the new classes.
-
Cristian Lalescu authored
-
- Feb 20, 2020
-
-
Cristian Lalescu authored
-
- Apr 17, 2019
-
-
Cristian Lalescu authored
-
- Mar 22, 2019
-
-
Cristian Lalescu authored
-
- Mar 19, 2019
-
-
Cristian Lalescu authored
-
- Mar 11, 2019
-
-
Cristian Lalescu authored
-
- Mar 02, 2019
-
-
Cristian Lalescu authored
-
- Sep 26, 2018
-
-
Cristian Lalescu authored
I think it's more obvious when we talk about "index of component" and "index of variable" what is meant, rather than having "FIELD_IDX" and plain "IDX".
-
- Oct 13, 2017
-
-
Berenger Bramas authored
Make it compile, but I would have prefer a class attribute instead of method to decompose template of field
-
- Oct 12, 2017
-
-
Berenger Bramas authored
-
- May 23, 2017
-
-
Add a sampling method -- update to be generic against the field -- need to update NSVEparticles::do_stats
-
-
-
- May 15, 2017
-
-
Berenger Bramas authored
-
- May 05, 2017
-
-
Berenger Bramas authored
-
- Apr 27, 2017
-
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- Apr 26, 2017
-
-
Berenger Bramas authored
-
- Apr 25, 2017
-
-
Cristian Lalescu authored
-
Cristian Lalescu authored
-
- Apr 19, 2017
-
-
Berenger Bramas authored
Use OpenMP in the new particles system -- parallelize adams_bashforth with a classic for - parallelize computation with a task based scheme
-
- Apr 13, 2017
-
-
Berenger Bramas authored
-
- Apr 11, 2017
-
-
Berenger Bramas authored
Make it works when the number of processes is not a factor of the size of the problem -- FFTW will give a partition of size 0 to several processes at the end in such case
-
- Apr 10, 2017
-
-
Berenger Bramas authored
-
- Apr 06, 2017
-
-
Berenger Bramas authored
Remove warnings -- split the accuracy (float/double) between field and particles, use double by default for the particles
-
Berenger Bramas authored
-
- Apr 04, 2017
-
-
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
Add an interface builder (with runtime values for spline mode and interpolation size) -- templatize the real number types (splines still rely on double)
-
- Apr 03, 2017
-
-
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
-
- Mar 30, 2017
-
-
Berenger Bramas authored
-