Newer
Older
# Change Log
All notable changes to this project will be documented in this file.
## [0.5.0] -
### Added
- map_list map communicate particles across processors mooving the information of all the particle map_list give the possibility to
give a list of property to move from one to another processor
- Numeric: Finite Differences discretization with matrix contruction and parallel solvers
### Fixed
### Changed
### Added
- Grid with periodic boundary conditions
- VTK Writer for distributed vector, now is the default writer
- More user friendly installation (No environment variables to add in your bashrc, installation report less verbose)
### Fixed
- GPU compilation
- Critical Bug in getCellList, it was producing Celllist with smaller spacing
### Changed
## [0.3.0] - 16-04-2016
- addUpdateCell list for more optimal update of the cell list instead of recreate the CellList
### Fixed
- Nothing to report
### Changed
- Eliminated global_v_cluster, init_global_v_cluster, delete_global_v_cluster,
substituted by
- CartDecomposition parameter for the distributed structures is now optional
- template getPos<0>(), substituted by getPos()
## [0.2.1] - 01-04-2016
### Changed
- GoogleChart name function changed: AddPointGraph to AddLinesGraph and AddColumsGraph to AddHistGraph
- Added Load Balancing and Dynamic Load Balancing on Beta
- PSE 1D example with multiple precision
- Plot example for GoogleChart plotting
- Distributed data structure now support 128bit floating point precision (on Beta)
### Fixed
- Detection 32 bit system and report as an error
### Changed
- Nothing to report
### Added
- PSE 1D example
- Cell list example
- Verlet list example
- Kickstart for OpenFPM_numeric
- Automated dependency installation for SUITESPRASE EIGEN OPENBLAS(LAPACK)
### Fixed
- CRITICAL BUG in periodic bondary condition
- BOOST auto updated to 1.60
- Compilation with multiple .cpp files
### Changed
- Nothing to report