DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Mesh_InterpolateHelpers.hpp File Reference
#include "Mesh.hpp"
#include <cstdlib>
#include <string>
#include <unordered_map>
#include <fmt/core.h>
#include "Geom/Mesh/Mesh_DeviceView.hpp"
Include dependency graph for Mesh_InterpolateHelpers.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
 

Variable Documentation

◆ face2cellV

std::vector<std::pair<DNDS::index, DNDS::index> > face2cellV

Definition at line 25 of file Mesh_InterpolateHelpers.hpp.

◆ face2nodePbiV

std::vector<std::vector<NodePeriodicBits> > face2nodePbiV

Definition at line 24 of file Mesh_InterpolateHelpers.hpp.

◆ face2nodeV

std::vector<std::vector<DNDS::index> > face2nodeV

Definition at line 23 of file Mesh_InterpolateHelpers.hpp.

◆ faceElemInfoV

std::vector<ElemInfo> faceElemInfoV

Definition at line 26 of file Mesh_InterpolateHelpers.hpp.

◆ faceSendLocals

std::vector<std::vector<index> > faceSendLocals

per-rank lists of local face indices to send as ghost

Definition at line 165 of file Mesh_InterpolateHelpers.hpp.

◆ iFaceAllToCollected

std::vector<index> iFaceAllToCollected

mapping: old face idx -> collected idx (or UnInitIndex/-1)

Definition at line 164 of file Mesh_InterpolateHelpers.hpp.

◆ nFaces

DNDS::index nFaces = 0

Definition at line 27 of file Mesh_InterpolateHelpers.hpp.

◆ nFacesNew

index nFacesNew = 0

Definition at line 166 of file Mesh_InterpolateHelpers.hpp.