|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
#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>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") |
| #define H5S_Close DNDS_assert_info(herr >= 0, "H5 closing err") |
| #define H5SS DNDS_assert_info(herr >= 0, "H5 setting err") |
| std::vector<uint8_t> cellTypes |
VTK cell type per cell.
Definition at line 527 of file Mesh_Plts.cpp.
| std::vector<int64_t> connectivity |
Flat node-index list for all cells.
Definition at line 525 of file Mesh_Plts.cpp.
| std::vector<int64_t> offsets |
Per-cell cumulative offset into connectivity.
Definition at line 526 of file Mesh_Plts.cpp.