Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
shammodels::basegodunov::modules::OrientedAMRGraph< Tvec, TgridVec > Struct Template Reference
Collaboration diagram for shammodels::basegodunov::modules::OrientedAMRGraph< Tvec, TgridVec >:

Public Attributes

const std::array< TgridVec, 6 > offset_check
std::array< std::unique_ptr< AMRGraph >, 6 > graph_links

Detailed Description

template<class Tvec, class TgridVec>
struct shammodels::basegodunov::modules::OrientedAMRGraph< Tvec, TgridVec >

Definition at line 128 of file NeighGraph.hpp.

Member Data Documentation

◆ graph_links

template<class Tvec, class TgridVec>
std::array<std::unique_ptr<AMRGraph>, 6> shammodels::basegodunov::modules::OrientedAMRGraph< Tvec, TgridVec >::graph_links

Definition at line 139 of file NeighGraph.hpp.

◆ offset_check

template<class Tvec, class TgridVec>
const std::array<TgridVec, 6> shammodels::basegodunov::modules::OrientedAMRGraph< Tvec, TgridVec >::offset_check
Initial value:
{
TgridVec{1, 0, 0},
TgridVec{-1, 0, 0},
TgridVec{0, 1, 0},
TgridVec{0, -1, 0},
TgridVec{0, 0, 1},
TgridVec{0, 0, -1},
}

Definition at line 130 of file NeighGraph.hpp.


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