Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
sierra::nalu::H5IO Member List

This is the complete list of members for sierra::nalu::H5IO, including all inherited members.

close_file()sierra::nalu::H5IO
create_file(const std::string &name, int version=1)sierra::nalu::H5IO
create_group(const std::string &name)sierra::nalu::H5IO
file_sierra::nalu::H5IOprivate
file_version() const sierra::nalu::H5IOinline
fileName_sierra::nalu::H5IOprivate
fileVersion_sierra::nalu::H5IOprivate
group_sierra::nalu::H5IOprivate
groupName_sierra::nalu::H5IOprivate
H5IO()sierra::nalu::H5IO
h5io_close_group()sierra::nalu::H5IOprivate
h5io_create_1D_array(unsigned int size)sierra::nalu::H5IOprivate
h5io_create_attribute(const std::string &name, hid_t type, hid_t space)sierra::nalu::H5IOprivate
h5io_create_dataset(const std::string &name, hid_t type, hid_t space)sierra::nalu::H5IOprivate
h5io_create_group(const std::string &name)sierra::nalu::H5IOprivate
h5io_create_scalar()sierra::nalu::H5IOprivate
h5io_open_group(const std::string &name)sierra::nalu::H5IOprivate
h5io_open_group()sierra::nalu::H5IOprivate
has_attribute(const std::string &name)sierra::nalu::H5IO
num_attributes()sierra::nalu::H5IO
open_file(const std::string &name)sierra::nalu::H5IO
open_group(const std::string &name)sierra::nalu::H5IO
read_attribute(const std::string &name, int &value)sierra::nalu::H5IO
read_attribute(const std::string &name, unsigned int &value)sierra::nalu::H5IO
read_attribute(const std::string &name, double &value)sierra::nalu::H5IO
read_attribute(const std::string &name, std::string &value)sierra::nalu::H5IO
read_attribute(unsigned int index, std::string &name, std::string &value)sierra::nalu::H5IO
read_attribute(const std::string &name, std::vector< int > &value)sierra::nalu::H5IO
read_attribute(const std::string &name, std::vector< unsigned int > &value)sierra::nalu::H5IO
read_attribute(const std::string &name, std::vector< double > &value)sierra::nalu::H5IO
read_attribute(const std::string &name, std::vector< std::string > &value)sierra::nalu::H5IO
read_dataset(const std::string &name, std::vector< double > &value)sierra::nalu::H5IO
write_attribute(const std::string &name, int value)sierra::nalu::H5IO
write_attribute(const std::string &name, unsigned int value)sierra::nalu::H5IO
write_attribute(const std::string &name, double value)sierra::nalu::H5IO
write_attribute(const std::string &name, const std::string &value)sierra::nalu::H5IO
write_attribute(const std::string &name, const std::vector< int > &value)sierra::nalu::H5IO
write_attribute(const std::string &name, const std::vector< unsigned int > &value)sierra::nalu::H5IO
write_attribute(const std::string &name, const std::vector< double > &value)sierra::nalu::H5IO
write_attribute(const std::string &name, const std::vector< std::string > &value)sierra::nalu::H5IO
write_dataset(const std::string &name, const std::vector< double > &value)sierra::nalu::H5IO
~H5IO()sierra::nalu::H5IO