Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
O
openfpm_data
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • openfpm
  • openfpm_data
  • Wiki
  • Home

Home

Last edited by Anonymous Aug 25, 2015
Page history

OpenFPM Data

This module collect the implementation of non-distributed structures like vectors, Multi Array (Grid), Graph, CellLists and others

Folders:

  • Vector: Implementation of vector structures (doc and tutorials)
  • Grid: Implementation of multi arrays (doc and tutorials)
  • Graph: Implementation of graph structures (docs and tutorials)
  • NN : Implementation of Nearest Neighbourhood search structure like CellList ... (docs and tutorials)
  • data_type : Definition of default data type
  • Space : Definition of N-dimensional geometrical basic structures like Box, Hypercube, Sphere, Point, ...

Overview

All the structures MUST

  • Work on generic basic objects (We will referee at it with basic object )
  • Abstract how they are represented on memory
  • Use Memory objects to produce memory they need

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)

  • Basic objects
  • Memory objects
  • Memory mappings
  • Iterators
  • Template
Clone repository
  • Basic objects
  • Home
  • Iterators
  • Memory mappings
  • Memory objects
  • Template order