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::amrex::GradientDetector< Equation, Projections > Class Template Reference

#include <GradientDetector.hpp>

Public Member Functions

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

Private Attributes

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

Constructor & Destructor Documentation

◆ GradientDetector()

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

Member Function Documentation

◆ TagCellsForRefinement()

template<typename Equation , typename... Projections>
void fub::amrex::GradientDetector< Equation, Projections >::TagCellsForRefinement ( ::amrex::TagBoxArray &  tags,
GriddingAlgorithm gridding,
int  level,
Duration   
)

Member Data Documentation

◆ detector_

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

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