![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shammath/AABB.hpp"#include "shammath/paving_function.hpp"#include "shamrock/solvergraph/DDSharedScalar.hpp"#include "shamrock/solvergraph/IDataEdge.hpp"#include "shamrock/solvergraph/IFieldRefs.hpp"#include "shamrock/solvergraph/INode.hpp"#include "shamrock/solvergraph/Indexes.hpp"#include "shamrock/solvergraph/PatchDataLayerDDShared.hpp"#include "shamrock/solvergraph/PatchDataLayerRefs.hpp"#include "shamrock/solvergraph/ScalarEdge.hpp"#include "shamrock/solvergraph/ScalarsEdge.hpp"#include "shamrock/solvergraph/SerialPatchTreeEdge.hpp"
Include dependency graph for FindGhostLayerCandidates.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shammodels |
| namespace for models | |
| namespace | shammodels::basegodunov |
| namespace for the basegodunov model | |
| namespace | shammodels::basegodunov::modules |
| namespace for the basegodunov model modules | |
Enumerations | |
| enum class | GhostType { None , Periodic , Reflective } |
Functions | |
| template<class TgridVec > | |
| shammath::paving_function_general_3d< TgridVec > | shammodels::basegodunov::modules::get_paving (GhostLayerGenMode mode, shammath::AABB< TgridVec > sim_box) |
| template<class Func > | |
| void | shammodels::basegodunov::modules::for_each_paving_tile (GhostLayerGenMode mode, Func &&func) |
Definition in file FindGhostLayerCandidates.hpp.