IOSS 2.0
|
#include <ctype.h>
#include <stddef.h>
#include <algorithm>
#include <iterator>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include <unordered_map>
#include <iostream>
#include <functional>
#include <stdexcept>
#include <numeric>
#include <strings.h>
#include "Iotm_TextMeshFuncs.h"
#include "Iotm_TextMeshDataTypes.h"
#include "Iotm_TextMeshEntityGroup.h"
Go to the source code of this file.
Classes | |
struct | Iotm::text_mesh::SideBlockInfo |
class | Iotm::text_mesh::SidesetSplitter< EntityId, Topology > |
struct | Iotm::text_mesh::SidesetSplitter< EntityId, Topology >::SplitData |
Namespaces | |
namespace | Iotm |
A namespace for the textmesh database format. | |
namespace | Iotm::text_mesh |
Enumerations | |
enum | Iotm::text_mesh::SplitType { Iotm::text_mesh::TOPOLOGY , Iotm::text_mesh::ELEMENT_BLOCK , Iotm::text_mesh::NO_SPLIT , Iotm::text_mesh::INVALID_SPLIT } |
Functions | |
std::ostream & | Iotm::text_mesh::operator<< (std::ostream &out, const SplitType &t) |