-
Pietro Incardona authoredPietro Incardona authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 12.46 KiB
Change Log
All notable changes to this project will be documented in this file.
[4.1.0] (Codename Thesis)
- On a general base the code should not use CUDA_ON_CPU but if it does CUDA_ON_CPU macro now cover both SEQUENTIAL and OpenMP backend. The macros CUDIFY_USE_CUDA,CUDIFY_USE_HIP,CUDIFY_USE_OPENMP,CUDIFY_USE_SEQUENTIAL,CUDIFY_USE_NONE can be checked to control which CUDA backend is used
Fixed
- Minors bug
[4.0.0] September 2021 (Codename Heisenberg)
- Adding DCPSE, Level-set based numerics (Closest-point)
Changes
- Particles writer use now the new XML pvtp Paraview format
- Particles constructor does not accept discordance precision on space example: If I create a Particle set with vector_dist<3,double,.......> I MUST give in the constructor a domain Box<3,double> and a Ghost<3,double>, giving a Ghost<3,float> will produce an error