#include <iostream>#include <string>#include <vector>#include <array>#include <stdexcept>#include <iomanip>#include <filesystem>#include "highfive/H5File.hpp"#include "highfive/H5Group.hpp"#include "highfive/H5DataSet.hpp"#include "highfive/H5DataSpace.hpp"#include "highfive/H5Attribute.hpp"
Classes | |
| class | fileionew::FluidCartRegularD< N_dim > |
| fluid io for cartesian coordinates, double percision More... | |
Namespaces | |
| fileionew | |
Functions | |
| std::string & | fileionew::strToUpper (std::string &str) |
| std::string & | fileionew::strToLower (std::string &str) |
| std::string | fileionew::intTostr (int i, int size=7) |
| const std::string | fileionew::FileProps ("/0-FileProps") |
| const std::string | fileionew::DataSpace ("/1-DataSpace") |
| const std::string | fileionew::PhysParams ("/2-PhysParams") |
| const std::string | fileionew::Others ("/3-Others") |
| const std::string | fileionew::Fields ("/4-Fields") |
| void | fileionew::check_collective_io (const HighFive::DataTransferProps &xfer_props) |