|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
#include "Mesh.hpp"#include "Mesh_PartitionHelpers.hpp"#include "Mesh_InterpolateHelpers.hpp"#include "MeshConnectivity.hpp"#include "MeshConnectivity_StateChecked.hpp"#include "Solver/Direct.hpp"#include <cstdlib>#include <string>#include <map>#include <set>#include <unordered_map>#include <unordered_set>#include <filesystem>#include <fmt/core.h>#include "DNDS/EigenPCH.hpp"#include "Geom/Mesh/Mesh_DeviceView.hpp"#include "SerialAdjReordering.hpp"#include "DNDS/Device/DeviceStorage.hxx"#include "Mesh_CellPermutation.hpp"Go to the source code of this file.
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
| namespace | DNDS::Geom |
Functions | |
| void | DNDS::Geom::PushInfo2Serial2Global (std::vector< DNDS::index > &serial2Global, DNDS::index localSize, const std::vector< DNDS::index > &pushIndex, const std::vector< DNDS::index > &pushIndexStart, const DNDS::MPIInfo &mpi) |
| Reserved skeleton for parallel topology interpolation. | |