IOSS 2.0
Loading...
Searching...
No Matches
Iotm_TextMesh.C File Reference
#include "Iotm_TextMesh.h"
#include "Ioss_Utils.h"
#include <fmt/ostream.h>
#include <iostream>
#include <stdexcept>
#include <string>
#include <vector>
#include "Ioss_CodeTypes.h"
#include "Ioss_EntityType.h"
Include dependency graph for Iotm_TextMesh.C:

Classes

class  Iotm::AssemblyTreeFilter
 
class  Iotm::NodeCommunicationMap
 

Namespaces

namespace  Iotm
 A namespace for the generated database format.
 

Macros

#define ThrowRequireMsg(expr, message)
 

Functions

void Iotm::error_handler (const std::ostringstream &message)
 

Macro Definition Documentation

◆ ThrowRequireMsg

#define ThrowRequireMsg ( expr,
message )
Value:
do { \
if (!(expr)) { \
std::ostringstream internal_throw_require_oss; \
internal_throw_require_oss << message; \
throw std::logic_error(internal_throw_require_oss.str()); \
} \
} while (false)