#include <Ioss_CodeTypes.h>
#include <Ioss_DatabaseIO.h>
#include <Ioss_ElementTopology.h>
#include <Ioss_Region.h>
#include <Ioss_SideBlock.h>
#include <Ioss_SideSet.h>
#include <Ioss_StructuredBlock.h>
#include <Ioss_Utils.h>
#include <cgnslib.h>
#include <ostream>
#include <string>
Go to the source code of this file.
|
| | Iocgns |
| | A namespace for the CGNS database format.
|
| |
◆ CGCHECK
| #define CGCHECK |
( |
|
funcall | ) |
|
Value:if ((funcall) != CG_OK) {
\ }
static void cgns_error(int cgnsid, const char *file, const char *function, int lineno, int processor)
Definition: Iocgns_Utils.C:203
◆ CGCHECK2
| #define CGCHECK2 |
( |
|
funcall | ) |
|
Value:if ((funcall) != CG_OK) {
\ }
static void cgns_error(int cgnsid, const char *file, const char *function, int lineno, int processor)
Definition: Iocgns_Utils.C:203
◆ CGCHECKNP
| #define CGCHECKNP |
( |
|
funcall | ) |
|
Value:if ((funcall) != CG_OK) {
\ }
static void cgns_error(int cgnsid, const char *file, const char *function, int lineno, int processor)
Definition: Iocgns_Utils.C:203