IOSS 2.0
Loading...
Searching...
No Matches
Ioss_DatabaseIO.h File Reference
#include "Ioss_BoundingBox.h"
#include "Ioss_CodeTypes.h"
#include "Ioss_DBUsage.h"
#include "Ioss_DataSize.h"
#include "Ioss_EntityType.h"
#include "Ioss_Map.h"
#include "Ioss_ParallelUtils.h"
#include "Ioss_PropertyManager.h"
#include "Ioss_State.h"
#include "Ioss_SurfaceSplit.h"
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <map>
#include <string>
#include <utility>
#include <vector>
#include "Ioss_Field.h"
#include "ioss_export.h"
Include dependency graph for Ioss_DatabaseIO.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ioss::DatabaseIO
 An input or output Database. More...
 

Namespaces

namespace  Ioss
 The main namespace for the Ioss library.
 

Typedefs

using Ioss::TopoContainer = std::vector<std::pair<const ElementTopology *, const ElementTopology *>>
 

Enumerations

enum class  Ioss::DuplicateFieldBehavior { Ioss::UNSET_ , Ioss::IGNORE_ , Ioss::WARNING_ , Ioss::ERROR_ }