|
libROM
v1.0
Data-driven physical simulation library
|
This is the complete list of members for CAROM::HDFDatabase, including all inherited members.
| close() override | CAROM::HDFDatabase | virtual |
| create(const std::string &file_name, const MPI_Comm comm=MPI_COMM_NULL) override | CAROM::HDFDatabase | virtual |
| d_file_id | CAROM::HDFDatabase | protected |
| d_group_id | CAROM::HDFDatabase | protected |
| d_is_file | CAROM::HDFDatabase | protected |
| d_rank | CAROM::HDFDatabase | protected |
| Database() | CAROM::Database | |
| formats enum name | CAROM::Database | |
| getDouble(const std::string &key, double &data) | CAROM::Database | inline |
| getDoubleArray(const std::string &key, double *data, int nelements, const bool distributed=false) override | CAROM::HDFDatabase | virtual |
| getDoubleArray(const std::string &key, double *data, int nelements, const std::vector< int > &idx, const bool distributed=false) override | CAROM::HDFDatabase | virtual |
| getDoubleArray(const std::string &key, double *data, int nelements, int offset, int block_size, int stride, const bool distributed=false) override | CAROM::HDFDatabase | virtual |
| getDoubleArraySize(const std::string &key) override | CAROM::HDFDatabase | virtual |
| getInteger(const std::string &key, int &data) | CAROM::Database | inline |
| getIntegerArray(const std::string &key, int *data, int nelements, const bool distributed=false) override | CAROM::HDFDatabase | virtual |
| HDFDatabase() | CAROM::HDFDatabase | |
| isDouble(const std::string &key) | CAROM::HDFDatabase | protected |
| isInteger(const std::string &key) | CAROM::HDFDatabase | protected |
| KEY_DOUBLE_ARRAY | CAROM::HDFDatabase | protectedstatic |
| KEY_INT_ARRAY | CAROM::HDFDatabase | protectedstatic |
| open(const std::string &file_name, const std::string &type, const MPI_Comm comm=MPI_COMM_NULL) override | CAROM::HDFDatabase | virtual |
| putDouble(const std::string &key, double data) | CAROM::Database | inline |
| putDoubleArray(const std::string &key, const double *const data, int nelements, const bool distributed=false) override | CAROM::HDFDatabase | virtual |
| putDoubleVector(const std::string &key, const std::vector< double > &data, int nelements, const bool distributed=false) override | CAROM::HDFDatabase | virtual |
| putInteger(const std::string &key, int data) | CAROM::Database | inline |
| putIntegerArray(const std::string &key, const int *const data, int nelements, const bool distributed=false) override | CAROM::HDFDatabase | virtual |
| readAttribute(hid_t dataset_id) | CAROM::HDFDatabase | protected |
| writeAttribute(int type_key, hid_t dataset_id) | CAROM::HDFDatabase | protectedvirtual |
| ~Database() | CAROM::Database | virtual |
| ~HDFDatabase() | CAROM::HDFDatabase | virtual |