IOSS 2.0
Loading...
Searching...
No Matches
Adjacency Struct Reference

#include <UnitTestIotmTextMeshFixture.h>

Public Types

using NeighborVector = std::vector<std::pair<int, SideAdjacencyGraph::IndexType>>
 
using SimpleNeighborVector = std::vector<SideAdjacencyGraph::IndexType>
 

Public Member Functions

 Adjacency (size_t elemIndex_, const NeighborVector &neighborIndices_)
 
 Adjacency (size_t elemIndex_, const SimpleNeighborVector &neighborIndices_)
 
NeighborVector get_full_neighbor_vector (const SimpleNeighborVector &simpleNeighborVector)
 

Public Attributes

size_t elemIndex
 
NeighborVector neighborIndices
 

Member Typedef Documentation

◆ NeighborVector

using Adjacency::NeighborVector = std::vector<std::pair<int, SideAdjacencyGraph::IndexType>>

◆ SimpleNeighborVector

Constructor & Destructor Documentation

◆ Adjacency() [1/2]

Adjacency::Adjacency ( size_t elemIndex_,
const NeighborVector & neighborIndices_ )
inline

◆ Adjacency() [2/2]

Adjacency::Adjacency ( size_t elemIndex_,
const SimpleNeighborVector & neighborIndices_ )
inline

Member Function Documentation

◆ get_full_neighbor_vector()

NeighborVector Adjacency::get_full_neighbor_vector ( const SimpleNeighborVector & simpleNeighborVector)
inline

Member Data Documentation

◆ elemIndex

size_t Adjacency::elemIndex

◆ neighborIndices

NeighborVector Adjacency::neighborIndices

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