Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Member Functions | Public Attributes | List of all members
fub::amrex::TagAllOf< Tagging > Struct Template Reference

#include <TagAllOf.hpp>

Public Member Functions

 TagAllOf (Tagging... tagging)
 
void TagCellsForRefinement (::amrex::TagBoxArray &tags, GriddingAlgorithm &gridding, int level, Duration time_point)
 

Public Attributes

std::tuple< Tagging... > tagging_
 

Constructor & Destructor Documentation

◆ TagAllOf()

template<typename... Tagging>
fub::amrex::TagAllOf< Tagging >::TagAllOf ( Tagging...  tagging)
inline

Member Function Documentation

◆ TagCellsForRefinement()

template<typename... Tagging>
void fub::amrex::TagAllOf< Tagging >::TagCellsForRefinement ( ::amrex::TagBoxArray &  tags,
GriddingAlgorithm gridding,
int  level,
Duration  time_point 
)
inline

Member Data Documentation

◆ tagging_

template<typename... Tagging>
std::tuple<Tagging...> fub::amrex::TagAllOf< Tagging >::tagging_

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