|
IOSS
2.0
|
#include <Ioss_DBUsage.h>#include <Ioss_DatabaseIO.h>#include <Ioss_Field.h>#include <Ioss_Map.h>#include <Ioss_Utils.h>#include <exodusII.h>#include <algorithm>#include <cstdint>#include <ctime>#include <map>#include <set>#include <sstream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Ioex::DatabaseIO |
Namespaces | |
| Ioss | |
| The main namespace for the Ioss library. | |
| Ioex | |
| A namespace for the exodus database format. | |
Typedefs | |
| using | Ioex::VariableNameMap = std::map< std::string, int, std::less< std::string > > |
| using | Ioex::VNMValuePair = VariableNameMap::value_type |
| using | Ioex::ValueContainer = std::vector< double > |
| using | Ioex::EntityIdSet = std::set< std::pair< int64_t, int64_t > > |