DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
HandCraftedMesh Struct Reference

#include <SyntheticMeshBuilders.hpp>

Collaboration diagram for HandCraftedMesh:
[legend]

Public Attributes

tAdjPair cell2node
 
tElemInfoArrayPair cellElemInfo
 
DNDS::index nNodes
 

Detailed Description

Helper: build cell2node and cellElemInfo for a hand-crafted mesh on rank 0 only. cells: vector of (ElemType, vector<node indices>). Returns (cell2node, cellElemInfo, nNodes).

Definition at line 330 of file SyntheticMeshBuilders.hpp.

Member Data Documentation

◆ cell2node

tAdjPair HandCraftedMesh::cell2node

Definition at line 332 of file SyntheticMeshBuilders.hpp.

◆ cellElemInfo

tElemInfoArrayPair HandCraftedMesh::cellElemInfo

Definition at line 333 of file SyntheticMeshBuilders.hpp.

◆ nNodes

DNDS::index HandCraftedMesh::nNodes

Definition at line 334 of file SyntheticMeshBuilders.hpp.


The documentation for this struct was generated from the following file: