|
WarpX
|
Functions | |
| std::pair< std::string, std::string > | name2openPMD (std::string const &fullName) |
| std::vector< std::string > | getParticlePositionComponentLabels () |
| std::vector< std::string > | getFieldAxisLabels () |
| std::vector< std::string > | getFieldComponentLabels () |
| std::map< openPMD::UnitDimension, double > | getUnitDimension (std::string const &record_name) |
| void | setOpenPMDUnit (openPMD::Mesh mesh, const std::string field_name) |
| For a given field that is to be written to an openPMD file, set the metadata that indicates the physical unit. More... | |
|
inline |
Return the axis (index) names of a mesh
This will be returned in C order. This is inverse of the Fortran order of the index labels for the AMReX FArrayBox.
|
inline |
Return the component names of a mesh
|
inline |
Return the component labels for particle positions
|
inline |
Get the openPMD physical dimensionality of a record
| record_name | name of the openPMD record |
|
inline |
Unclutter a real_names to openPMD record
| fullName | name as in real_names variable |
|
inline |
For a given field that is to be written to an openPMD file, set the metadata that indicates the physical unit.
1.8.13