|
| void | fbv_copy (Vector< TagT > const &tags) |
| |
| void | fab_to_fab (Vector< Array4CopyTag< T0, T1 > > const ©_tags, int scomp, int dcomp, int ncomp, F &&f) |
| |
| void | fab_to_fab_store (Vector< TagType > const &tags, int scomp, int dcomp, int ncomp, F &&f) |
| |
| void | fab_to_fab_other (Vector< TagType > const &tags, int scomp, int dcomp, int ncomp, F &&f) |
| |
| void | fab_to_fab (Vector< Array4CopyTag< T0, T1 > > const ©_tags, int scomp, int dcomp, int ncomp, F &&f, Vector< Array4Tag< int > > const &masks) |
| |
| void | fab_to_fab_atomic_cpy (Vector< Array4CopyTag< T0, T1 > > const ©_tags, int scomp, int dcomp, int ncomp, Vector< Array4Tag< int > > const &) |
| |
| void | fab_to_fab_atomic_add (Vector< Array4CopyTag< T0, T1 > > const ©_tags, int scomp, int dcomp, int ncomp, Vector< Array4Tag< int > > const &) |
| |
| std::string | snakeToCamel (const std::string &snake_string) |
| | Convert a snake_case string to a camelCase one. More...
|
| |
| std::string | getSeriesOptions (std::string const &operator_type, std::map< std::string, std::string > const &operator_parameters, std::string const &engine_type, std::map< std::string, std::string > const &engine_parameters) |
| |
| std::pair< std::string, std::string > | name2openPMD (std::string const &fullName) |
| |
| std::vector< std::string > | getParticlePositionComponentLabels () |
| |
| std::vector< std::string > | getFieldAxisLabels ([[maybe_unused]] bool const var_in_theta_mode) |
| |
| std::vector< std::string > | getFieldComponentLabels (bool const var_in_theta_mode) |
| |
| 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...
|
| |