IOSS 2.0
|
#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 |
using Adjacency::NeighborVector = std::vector<std::pair<int, SideAdjacencyGraph::IndexType>> |
using Adjacency::SimpleNeighborVector = std::vector<SideAdjacencyGraph::IndexType> |
|
inline |
|
inline |
|
inline |
size_t Adjacency::elemIndex |
NeighborVector Adjacency::neighborIndices |