Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Member Functions | Private Attributes | List of all members
fub::samrai::GradientDetector< Equation, Projections > Class Template Reference

#include <GradientDetector.hpp>

Public Member Functions

 GradientDetector (const Equation &equation, const std::pair< Projections, double > &... projs)
 
void TagCellsForRefinement (int tag_id, GriddingAlgorithm &gridding, int level, Duration time_point)
 

Private Attributes

fub::GradientDetector< Equation, Projections... > detector_
 

Constructor & Destructor Documentation

◆ GradientDetector()

template<typename Equation , typename... Projections>
fub::samrai::GradientDetector< Equation, Projections >::GradientDetector ( const Equation &  equation,
const std::pair< Projections, double > &...  projs 
)

Member Function Documentation

◆ TagCellsForRefinement()

template<typename Equation , typename... Projections>
void fub::samrai::GradientDetector< Equation, Projections >::TagCellsForRefinement ( int  tag_id,
GriddingAlgorithm gridding,
int  level,
Duration  time_point 
)

Member Data Documentation

◆ detector_

template<typename Equation , typename... Projections>
fub::GradientDetector<Equation, Projections...> fub::samrai::GradientDetector< Equation, Projections >::detector_
private

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