Extension: Json and NetCDF utilities
#include "dg/file/file.h"
|
This is the complete list of members for dg::file::MPINcFile, including all inherited members.
att_is_defined(std::string att_name, std::string id="") const | dg::file::MPINcFile | inline |
close() | dg::file::MPINcFile | inline |
communicator() const | dg::file::MPINcFile | inline |
def_dim(std::string name, size_t size) | dg::file::MPINcFile | inline |
def_dimvar_as(std::string name, size_t size, const Attributes &atts) | dg::file::MPINcFile | inline |
def_grp(std::string name) | dg::file::MPINcFile | inline |
def_grp_p(std::filesystem::path path) | dg::file::MPINcFile | inline |
def_var(std::string name, nc_type xtype, const std::vector< std::string > &dim_names, const Attributes &atts={}) | dg::file::MPINcFile | inline |
def_var_as(std::string name, const std::vector< std::string > &dim_names, const Attributes &atts={}) | dg::file::MPINcFile | inline |
defput_dim(std::string name, const Attributes &atts, const MPI_Vector< ContainerType > &abscissas) | dg::file::MPINcFile | inline |
defput_var(std::string name, const std::vector< std::string > &dim_names, const Attributes &atts, const MPINcHyperslab &slab, const ContainerType &data) | dg::file::MPINcFile | inline |
del_att(std::string att_name, std::string id="") | dg::file::MPINcFile | inline |
dim_is_defined(std::string name) const | dg::file::MPINcFile | inline |
get_att_as(std::string att_name, std::string id="") const | dg::file::MPINcFile | inline |
get_att_vec_as(std::string att_name, std::string id="") const | dg::file::MPINcFile | inline |
get_atts(std::string id="") const | dg::file::MPINcFile | inline |
get_atts_as(std::string id="") const | dg::file::MPINcFile | inline |
get_current_path() const | dg::file::MPINcFile | inline |
get_dim_size(std::string name) const | dg::file::MPINcFile | inline |
get_dims(bool include_parents=true) const | dg::file::MPINcFile | inline |
get_dims_shape(const std::vector< std::string > &dims) const | dg::file::MPINcFile | inline |
get_grpid() const noexcept | dg::file::MPINcFile | inline |
get_grps() const | dg::file::MPINcFile | inline |
get_grps_r() const | dg::file::MPINcFile | inline |
get_ncid() const noexcept | dg::file::MPINcFile | inline |
get_unlim_dims() const | dg::file::MPINcFile | inline |
get_var(std::string name, const MPINcHyperslab &slab, ContainerType &data) const | dg::file::MPINcFile | inline |
get_var(std::string name, const std::vector< size_t > &start, T &data) const | dg::file::MPINcFile | inline |
get_var_dims(std::string name) const | dg::file::MPINcFile | inline |
get_var_names() const | dg::file::MPINcFile | inline |
get_var_type(std::string name) const | dg::file::MPINcFile | inline |
grp_is_defined(std::filesystem::path path) const | dg::file::MPINcFile | inline |
Hyperslab typedef | dg::file::MPINcFile | |
is_open() const | dg::file::MPINcFile | inline |
MPINcFile(MPI_Comm comm=MPI_COMM_WORLD) | dg::file::MPINcFile | inline |
MPINcFile(const std::filesystem::path &filename, enum NcFileMode mode=nc_nowrite, MPI_Comm comm=MPI_COMM_WORLD) | dg::file::MPINcFile | inline |
MPINcFile(const MPINcFile &rhs)=delete | dg::file::MPINcFile | |
MPINcFile(MPINcFile &&rhs)=default | dg::file::MPINcFile | |
open(const std::filesystem::path &filename, enum NcFileMode mode=nc_nowrite) | dg::file::MPINcFile | inline |
operator=(const MPINcFile &rhs)=delete | dg::file::MPINcFile | |
operator=(MPINcFile &&rhs) | dg::file::MPINcFile | inline |
put_att(const std::pair< std::string, nc_att_t > &att, std::string id="") | dg::file::MPINcFile | inline |
put_att(const std::tuple< S, nc_type, T > &att, std::string id="") | dg::file::MPINcFile | inline |
put_atts(const Attributes &atts, std::string id="") | dg::file::MPINcFile | inline |
put_var(std::string name, const MPINcHyperslab &slab, const ContainerType &data) | dg::file::MPINcFile | inline |
put_var(std::string name, const std::vector< size_t > &start, T data) | dg::file::MPINcFile | inline |
rename_att(std::string old_att_name, std::string new_att_name, std::string id="") | dg::file::MPINcFile | inline |
rename_dim(std::string old_name, std::string new_name) | dg::file::MPINcFile | inline |
rename_grp(std::string old_name, std::string new_name) | dg::file::MPINcFile | inline |
set_grp(std::filesystem::path path="") | dg::file::MPINcFile | inline |
sync() | dg::file::MPINcFile | inline |
var_is_defined(std::string name) const | dg::file::MPINcFile | inline |
~MPINcFile()=default | dg::file::MPINcFile |