DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
CGNS.hpp File Reference
#include "Elements.hpp"
#include <cgnslib.h>
Include dependency graph for CGNS.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 
namespace  DNDS::Geom
 

Macros

#define DNDS_CGNS_CALL_EXIT(call)
 

Functions

constexpr Elem::ElemType DNDS::Geom::_getElemTypeFromCGNSType (ElementType_t cgns_et)
 
constexpr ElementType_t DNDS::Geom::_getCGNSTypeFromElemType (Elem::ElemType et)
 

Macro Definition Documentation

◆ DNDS_CGNS_CALL_EXIT

#define DNDS_CGNS_CALL_EXIT (   call)
Value:
{ \
if (call) \
cg_error_exit(); \
}

Definition at line 9 of file CGNS.hpp.