- Mar 05, 2021
-
-
Cristian Lalescu authored
-
- Jun 29, 2020
-
-
Cristian Lalescu authored
-
Cristian Lalescu authored
-
- Feb 20, 2020
-
-
Cristian Lalescu authored
-
- Apr 11, 2019
-
-
Berenger Bramas authored
-
- Mar 23, 2019
-
-
Cristian Lalescu authored
-
Cristian Lalescu authored
-
- Mar 19, 2019
-
-
Cristian Lalescu authored
-
- Mar 11, 2019
-
-
Cristian Lalescu authored
-
- Feb 17, 2019
-
-
Cristian Lalescu authored
when using unique_ptr for arrays, they are cleaned up by calling `delete[] bla.release()`. At least, cppreference says that the release method "returns a pointer to the managed object and releases the ownership ". https://en.cppreference.com/w/cpp/memory/unique_ptr
-
- Sep 26, 2018
-
-
Cristian Lalescu authored
-
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".
-
- Sep 24, 2018
-
-
Cristian Lalescu authored
-
- Sep 23, 2018
-
-
Cristian Lalescu authored
-
- Nov 02, 2017
-
-
Berenger Bramas authored
-
Cristian Lalescu authored
We will never use AdamsBashforth with more than 10 steps.
-
- Oct 24, 2017
-
-
Cristian Lalescu authored
This reverts commit 6c803fa1.
-
Cristian Lalescu authored
This reverts commit f843c813.
-
Cristian Lalescu authored
-
Cristian Lalescu authored
-
- Oct 19, 2017
-
-
Berenger Bramas authored
-
- 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
-
- Oct 02, 2017
-
-
Berenger Bramas authored
Use a deleter to capture the free of the unique ptr allocated with fftw - update to use only ref of the field in particle system (avoid copy or move)
-
- Sep 22, 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 05, 2017
-
-
Berenger Bramas authored
-
Berenger Bramas authored
-
- Apr 27, 2017
-
-
Berenger Bramas authored
-
- Apr 26, 2017
-
-
Berenger Bramas authored
-
- Apr 20, 2017
-
-
Berenger Bramas 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
-
Berenger Bramas authored
-
- Apr 12, 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 07, 2017
-
-
Berenger Bramas authored
-
- Apr 06, 2017
-
-
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
-