openPMD/openPMD-api

Particle Species: loadPositions

Aberta

#666 aberto em 24 de jan. de 2020

 (0 comentário) (0 reação) (0 responsável)C++ (57 forks)auto 404
api: newfeature requestfrontend: C++17frontend: Python3good first issuehelp wanted

Métricas do repositório

Stars
 (160 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

The openPMD base standard describes the handling of position and positionOffset compositions for particle species.

https://github.com/openPMD/openPMD-standard/blob/1.1.0/STANDARD.md#records-for-each-particle-species

For reading, we should implement this as a convenient member function, to avoid performing this well-defined behavior via multiple loadChunk() calls and additions on the user side.

Guia do colaborador