PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
This is the complete list of members for pism::io::ParallelIO, including all inherited members.
best_iotype(bool netcdf3) | pism::io::ParallelIO | static |
close() | pism::io::NCFile | |
close_impl() | pism::io::ParallelIO | protectedvirtual |
create(const std::string &filename) | pism::io::NCFile | |
create_impl(const std::string &filename) | pism::io::ParallelIO | protectedvirtual |
def_dim(const std::string &name, size_t length) const | pism::io::NCFile | |
def_dim_impl(const std::string &name, size_t length) const | pism::io::ParallelIO | protectedvirtual |
def_var(const std::string &name, io::Type nctype, const std::vector< std::string > &dims) const | pism::io::NCFile | |
def_var_chunking(const std::string &name, std::vector< size_t > &dimensions) const | pism::io::NCFile | |
def_var_chunking_impl(const std::string &name, std::vector< size_t > &dimensions) const | pism::io::ParallelIO | protectedvirtual |
def_var_impl(const std::string &name, io::Type nctype, const std::vector< std::string > &dims) const | pism::io::ParallelIO | protectedvirtual |
del_att(const std::string &variable_name, const std::string &att_name) const | pism::io::NCFile | |
del_att_impl(const std::string &variable_name, const std::string &att_name) const | pism::io::ParallelIO | protectedvirtual |
enddef() const | pism::io::NCFile | |
enddef_impl() const | pism::io::ParallelIO | protectedvirtual |
filename() const | pism::io::NCFile | |
get_att_double(const std::string &variable_name, const std::string &att_name, std::vector< double > &result) const | pism::io::NCFile | |
get_att_double_impl(const std::string &variable_name, const std::string &att_name, std::vector< double > &result) const | pism::io::ParallelIO | protectedvirtual |
get_att_text(const std::string &variable_name, const std::string &att_name, std::string &result) const | pism::io::NCFile | |
get_att_text_impl(const std::string &variable_name, const std::string &att_name, std::string &result) const | pism::io::ParallelIO | protectedvirtual |
get_vara_double(const std::string &variable_name, const std::vector< unsigned int > &start, const std::vector< unsigned int > &count, double *ip) const | pism::io::NCFile | |
get_vara_double_impl(const std::string &variable_name, const std::vector< unsigned int > &start, const std::vector< unsigned int > &count, double *ip) const | pism::io::ParallelIO | protectedvirtual |
get_varid(const std::string &variable_name) const | pism::io::ParallelIO | private |
get_varm_double(const std::string &variable_name, const std::vector< unsigned int > &start, const std::vector< unsigned int > &count, const std::vector< unsigned int > &imap, double *ip) const | pism::io::NCFile | |
get_varm_double_impl(const std::string &variable_name, const std::vector< unsigned int > &start, const std::vector< unsigned int > &count, const std::vector< unsigned int > &imap, double *ip) const | pism::io::ParallelIO | protectedvirtual |
inq_attname(const std::string &variable_name, unsigned int n, std::string &result) const | pism::io::NCFile | |
inq_attname_impl(const std::string &variable_name, unsigned int n, std::string &result) const | pism::io::ParallelIO | protectedvirtual |
inq_atttype(const std::string &variable_name, const std::string &att_name, io::Type &result) const | pism::io::NCFile | |
inq_atttype_impl(const std::string &variable_name, const std::string &att_name, io::Type &result) const | pism::io::ParallelIO | protectedvirtual |
inq_dimid(const std::string &dimension_name, bool &exists) const | pism::io::NCFile | |
inq_dimid_impl(const std::string &dimension_name, bool &exists) const | pism::io::ParallelIO | protectedvirtual |
inq_dimlen(const std::string &dimension_name, unsigned int &result) const | pism::io::NCFile | |
inq_dimlen_impl(const std::string &dimension_name, unsigned int &result) const | pism::io::ParallelIO | protectedvirtual |
inq_nvars(int &result) const | pism::io::NCFile | |
inq_nvars_impl(int &result) const | pism::io::ParallelIO | protectedvirtual |
inq_unlimdim(std::string &result) const | pism::io::NCFile | |
inq_unlimdim_impl(std::string &result) const | pism::io::ParallelIO | protectedvirtual |
inq_vardimid(const std::string &variable_name, std::vector< std::string > &result) const | pism::io::NCFile | |
inq_vardimid_impl(const std::string &variable_name, std::vector< std::string > &result) const | pism::io::ParallelIO | protectedvirtual |
inq_varid(const std::string &variable_name, bool &result) const | pism::io::NCFile | |
inq_varid_impl(const std::string &variable_name, bool &exists) const | pism::io::ParallelIO | protectedvirtual |
inq_varname(unsigned int j, std::string &result) const | pism::io::NCFile | |
inq_varname_impl(unsigned int j, std::string &result) const | pism::io::ParallelIO | protectedvirtual |
inq_varnatts(const std::string &variable_name, int &result) const | pism::io::NCFile | |
inq_varnatts_impl(const std::string &variable_name, int &result) const | pism::io::ParallelIO | protectedvirtual |
m_com | pism::io::NCFile | protected |
m_define_mode | pism::io::NCFile | mutableprivate |
m_file_id | pism::io::NCFile | protected |
m_filename | pism::io::NCFile | protected |
m_iosysid | pism::io::ParallelIO | private |
m_iotype | pism::io::ParallelIO | private |
NCFile(MPI_Comm com) | pism::io::NCFile | |
open(const std::string &filename, io::Mode mode) | pism::io::NCFile | |
open_impl(const std::string &filename, io::Mode mode) | pism::io::ParallelIO | protectedvirtual |
ParallelIO(MPI_Comm com, int iosysid, io::Backend iotype) | pism::io::ParallelIO | |
Ptr typedef | pism::io::NCFile | |
put_att_double(const std::string &variable_name, const std::string &att_name, io::Type xtype, const std::vector< double > &data) const | pism::io::NCFile | |
put_att_double_impl(const std::string &variable_name, const std::string &att_name, io::Type xtype, const std::vector< double > &data) const | pism::io::ParallelIO | protectedvirtual |
put_att_text(const std::string &variable_name, const std::string &att_name, const std::string &value) const | pism::io::NCFile | |
put_att_text_impl(const std::string &variable_name, const std::string &att_name, const std::string &value) const | pism::io::ParallelIO | protectedvirtual |
put_vara_double(const std::string &variable_name, const std::vector< unsigned int > &start, const std::vector< unsigned int > &count, const double *op) const | pism::io::NCFile | |
put_vara_double_impl(const std::string &variable_name, const std::vector< unsigned int > &start, const std::vector< unsigned int > &count, const double *op) const | pism::io::ParallelIO | protectedvirtual |
redef() const | pism::io::NCFile | |
redef_impl() const | pism::io::ParallelIO | protectedvirtual |
set_compression_level(int level) const | pism::io::NCFile | |
set_compression_level_impl(int level) const | pism::io::ParallelIO | protectedvirtual |
set_fill(int fillmode, int &old_modep) const | pism::io::NCFile | |
set_fill_impl(int fillmode, int &old_modep) const | pism::io::ParallelIO | protectedvirtual |
sync() const | pism::io::NCFile | |
sync_impl() const | pism::io::ParallelIO | protectedvirtual |
write_darray(const std::string &variable_name, const Grid &grid, unsigned int z_count, bool time_dependent, unsigned int record, const double *input) | pism::io::NCFile | |
write_darray_impl(const std::string &variable_name, const Grid &grid, unsigned int z_count, bool time_dependent, unsigned int record, const double *input) | pism::io::ParallelIO | protectedvirtual |
~NCFile()=default | pism::io::NCFile | virtual |
~ParallelIO()=default | pism::io::ParallelIO | virtual |