openPMD/openPMD-api

Particle Species: loadPositions

开放

#666 创建于 2020年1月24日

 (0 条评论) (0 个反应) (0 位负责人)C++ (57 个派生)auto 404
api: newfeature requestfrontend: C++17frontend: Python3good first issuehelp wanted

仓库指标

星标
 (160 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南