IOSS 2.0
|
#include "faodel/Iofaodel_DatabaseIO.h"
#include "faodel/Iofaodel_FieldSerialization.h"
#include "faodel/Iofaodel_PropertySerialization.h"
#include "faodel/Iofaodel_Utils.h"
#include "Ioss_CodeTypes.h"
#include "Ioss_CommSet.h"
#include "Ioss_ElementBlock.h"
#include "Ioss_NodeBlock.h"
#include "Ioss_NodeSet.h"
#include "Ioss_SideBlock.h"
#include "Ioss_SideSet.h"
#include "Ioss_SubSystem.h"
#include "Ioss_Utils.h"
#include <algorithm>
#include <cctype>
#include <cfloat>
#include <climits>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fmt/ostream.h>
#include <fstream>
#include <iostream>
#include <iterator>
#include <list>
#include <map>
#include <mutex>
#include <set>
#include <string>
#include <vector>
#include "faodel-services/MPISyncStart.hh"
Namespaces | |
namespace | Iofaodel |
A namespace for the pamgen database format. | |
Macros | |
#define | PRINT_KEYS |
Functions | |
void | Iofaodel::unsupported (const char *operation) |
int | Iofaodel::get_file_pointer () |
const char * | Iofaodel::Version () |
void | Iofaodel::faodel_error (int exoid, int lineno, int) |
#define PRINT_KEYS |