#include "Mesh.hpp"
#include "Mesh_PartitionHelpers.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_DeviceView.hpp"
#include "SerialAdjReordering.hpp"
#include "DNDS/DeviceStorage.hxx"
Go to the source code of this file.
|
| namespace | DNDS |
| | the host side operators are provided as implemented
|
| |
| namespace | DNDS::Geom |
| |
◆ bwNew
◆ bwOld
◆ cellNew2Old
| std::vector<index> cellNew2Old |
◆ cellOld2New
| std::vector<index> cellOld2New |
◆ face2cellV
◆ face2nodePbiV
| std::vector<std::vector<NodePeriodicBits> > face2nodePbiV |
◆ face2nodeV
◆ faceElemInfoV
| std::vector<ElemInfo> faceElemInfoV |
◆ faceSendLocals
| std::vector<std::vector<index> > faceSendLocals |
per-rank lists of local face indices to send as ghost
Definition at line 1492 of file Mesh.cpp.
◆ iFaceAllToCollected
| std::vector<index> iFaceAllToCollected |
mapping: old face idx -> collected idx (or UnInitIndex/-1)
Definition at line 1491 of file Mesh.cpp.
◆ localPartitionStarts
| std::vector<index> localPartitionStarts |
◆ nFaces
◆ nFacesNew