... | ... | @@ -4,12 +4,12 @@ This module collect the implementation of non-distributed structures like vector |
|
|
|
|
|
Folders:
|
|
|
|
|
|
* **Vector**: Implementation of vector structures [doc and tutorials](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classopenfpm_1_1vector_3_01T_00_01device__cpu_3_01T_01_4_00_01Memory_00_01grow__p_00_01OPENFPM__NATIVE_01_4.html)
|
|
|
* **Grid**: Implementation of multi arrays (doxygen)
|
|
|
* **Graph**: Implementation of graph structures (doxygen)
|
|
|
* **NN** : Implementation of Nearest Neighbourhood search structure like CellList ... (doxygen)
|
|
|
* **data_type** : Definition of default data type (doxygen)
|
|
|
* **Space** : Definition of N-dimensional geometrical basic structures like Box, Hypercube, Sphere, Point, ... (doxygen)
|
|
|
* **Vector**: Implementation of vector structures [(doc and tutorials)](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classopenfpm_1_1vector_3_01T_00_01device__cpu_3_01T_01_4_00_01Memory_00_01grow__p_00_01OPENFPM__NATIVE_01_4.html)
|
|
|
* **Grid**: Implementation of multi arrays [(doc and tutorials)](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classgrid__cpu.html)
|
|
|
* **Graph**: Implementation of graph structures [(docs and tutorials)](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classGraph__CSR.html)
|
|
|
* **NN** : Implementation of Nearest Neighbourhood search structure like CellList ... [(docs and tutorials)](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classCellList_3_01dim_00_01T_00_01FAST_00_01transform_00_01base_01_4.html)
|
|
|
* **data_type** : Definition of default data type
|
|
|
* **Space** : Definition of N-dimensional geometrical basic structures like [Box](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classBox.html), [Hypercube](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classHyperCube.html), [Sphere](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classSphere.html), [Point](http://ppmcore.mpi-cbg.de/doxygen/openfpm_data/classPoint.html), ...
|
|
|
|
|
|
## Overview
|
|
|
|
... | ... | |