DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::detail::CellPermutationResult Struct Reference

Result of local cell permutation computation. More...

#include <Mesh_CellPermutation.hpp>

Collaboration diagram for DNDS::Geom::detail::CellPermutationResult:
[legend]

Public Attributes

std::vector< indexcellOld2New
 
std::vector< indexcellNew2Old
 
std::vector< indexlocalPartitionStarts
 
index bwOld = 0
 
index bwNew = 0
 

Detailed Description

Result of local cell permutation computation.

Definition at line 19 of file Mesh_CellPermutation.hpp.

Member Data Documentation

◆ bwNew

index DNDS::Geom::detail::CellPermutationResult::bwNew = 0

Definition at line 25 of file Mesh_CellPermutation.hpp.

◆ bwOld

index DNDS::Geom::detail::CellPermutationResult::bwOld = 0

Definition at line 24 of file Mesh_CellPermutation.hpp.

◆ cellNew2Old

std::vector<index> DNDS::Geom::detail::CellPermutationResult::cellNew2Old

Definition at line 22 of file Mesh_CellPermutation.hpp.

◆ cellOld2New

std::vector<index> DNDS::Geom::detail::CellPermutationResult::cellOld2New

Definition at line 21 of file Mesh_CellPermutation.hpp.

◆ localPartitionStarts

std::vector<index> DNDS::Geom::detail::CellPermutationResult::localPartitionStarts

Definition at line 23 of file Mesh_CellPermutation.hpp.


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