Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • openfpm_data openfpm_data
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sbalzarini Lab
    • SSoftware
    • PParallel Computing
  • OpenFPM
  • openfpm_dataopenfpm_data
  • Wiki
  • Home

Home · Changes

Page history
Updated Home (markdown) authored Jun 23, 2015 by Anonymous's avatar Anonymous
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 11e1eeee
...@@ -4,12 +4,12 @@ This module collect the implementation of non-distributed structures like vector ...@@ -4,12 +4,12 @@ This module collect the implementation of non-distributed structures like vector
Folders: Folders:
* **Vector**: Implementation of vector structures * **Vector**: Implementation of vector structures (doxygen)
* **Grid**: Implementation of multi arrays * **Grid**: Implementation of multi arrays (doxygen)
* **Graph**: Implementation of graph structures * **Graph**: Implementation of graph structures (doxygen)
* **NN** : Implementation of Nearest Neighbourhood search structure like CellList ... * **NN** : Implementation of Nearest Neighbourhood search structure like CellList ... (doxygen)
* **data_type** : Definition of default data type * **data_type** : Definition of default data type (doxygen)
* **Space** : Definition of N-dimensional geometrical basic structures like Box, Hypercube, Sphere, Point, ... * **Space** : Definition of N-dimensional geometrical basic structures like Box, Hypercube, Sphere, Point, ... (doxygen)
## Overview ## Overview
...@@ -22,13 +22,9 @@ All the structures must ...@@ -22,13 +22,9 @@ All the structures must
Specializations are allowed to be mapped or use internally STL, Boost, OpenFPM_data, or other structures Specializations are allowed to be mapped or use internally STL, Boost, OpenFPM_data, or other structures
(consider anyway always to implement over already implemented structures inside OpenFPM_data, because they already implement the capabilities that we are going to describe) (consider anyway always to implement over already implemented structures inside OpenFPM_data, because they already implement the capabilities that we are going to describe)
<!--- [file: section: ] --> [ ### Basic objects](Basic-objects)
[ ### Memory objects](Memory-objects)
<!--- [end] --> [ ### Memory mapping](Memory-mappings)
[ ### Iterators](Iterators)
### [Basic objects](Basic-objects) [ ### Template](Template order)
### [Memory objects](Memory-objects)
### [Memory mapping](Memory-mappings)
### [Iterators](Iterators)
### [Template](Template order)
Clone repository
  • Basic objects
  • Home
  • Iterators
  • Memory mappings
  • Memory objects
  • Template order