DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Mesh_Plts.cpp File Reference
#include "Geom/Quadrature.hpp"
#include "Mesh.hpp"
#include "CGNS.hpp"
#include <thread>
#include <filesystem>
#include <base64_rfc4648.hpp>
#include <zlib.h>
#include <nanoflann.hpp>
#include "PointCloud.hpp"
#include <hdf5.h>
#include <cgnslib.h>
#include <pcgnslib.h>
Include dependency graph for Mesh_Plts.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define H5SS   DNDS_assert_info(herr >= 0, "H5 setting err")
 
#define H5S_Close   DNDS_assert_info(herr >= 0, "H5 closing err")
 

Macro Definition Documentation

◆ H5S_Close

#define H5S_Close   DNDS_assert_info(herr >= 0, "H5 closing err")

◆ H5SS

#define H5SS   DNDS_assert_info(herr >= 0, "H5 setting err")

Variable Documentation

◆ cellTypes

std::vector<uint8_t> cellTypes

VTK cell type per cell.

Definition at line 527 of file Mesh_Plts.cpp.

◆ connectivity

std::vector<int64_t> connectivity

Flat node-index list for all cells.

Definition at line 525 of file Mesh_Plts.cpp.

◆ offsets

std::vector<int64_t> offsets

Per-cell cumulative offset into connectivity.

Definition at line 526 of file Mesh_Plts.cpp.