#include "Ioss_CodeTypes.h"
#include "Ioss_DatabaseIO.h"
#include "Ioss_ElementTopology.h"
#include "Ioss_FaceGenerator.h"
#include "Ioss_Region.h"
#include "Ioss_SideBlock.h"
#include "Ioss_SideSet.h"
#include "Ioss_StructuredBlock.h"
#include "Ioss_Utils.h"
#include "cgns/Iocgns_Defines.h"
#include <array>
#include <cgnslib.h>
#include <cgnstypes.h>
#include <map>
#include <ostream>
#include <stddef.h>
#include <string>
#include <vector>
#include "Ioss_Field.h"
#include "iocgns_export.h"
Go to the source code of this file.
|
namespace | Iocgns |
| A namespace for the CGNS database format.
|
|
namespace | Ioss |
| The main namespace for the Ioss library.
|
|
◆ CGCHECK
#define CGCHECK |
( |
| funcall | ) |
|
Value: do { \
if ((funcall) != CG_OK) { \
Iocgns::Utils::cgns_error(cgns_file_ptr, __FILE__, __func__, __LINE__, myProcessor); \
} \
} while (0)
◆ CGCHECK2
#define CGCHECK2 |
( |
| funcall | ) |
|
Value: do { \
if ((funcall) != CG_OK) { \
Iocgns::Utils::cgns_error(filePtr, __FILE__, __func__, __LINE__, \
m_decomposition.m_processor); \
} \
} while (0)
◆ CGCHECKM
#define CGCHECKM |
( |
| funcall | ) |
|
Value: do { \
if ((funcall) != CG_OK) { \
Iocgns::Utils::cgns_error(m_cgnsFilePtr, __FILE__, __func__, __LINE__, myProcessor); \
} \
} while (0)
◆ CGCHECKNP
#define CGCHECKNP |
( |
| funcall | ) |
|
Value: do { \
if ((funcall) != CG_OK) { \
Iocgns::Utils::cgns_error(cgns_file_ptr, __FILE__, __func__, __LINE__, -1); \
} \
} while (0)
◆ format_as() [1/7]
◆ format_as() [2/7]
◆ format_as() [3/7]
◆ format_as() [4/7]
◆ format_as() [5/7]
◆ format_as() [6/7]
◆ format_as() [7/7]