DNDSR 0.1.0.dev1+gcd065ad
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)   {if (call) cg_error_exit();}
 

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)    {if (call) cg_error_exit();}

Definition at line 9 of file CGNS.hpp.