Loading [MathJax]/extensions/tex2jax.js
Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
fub::amrex::cutcell::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 time_point) noexcept
 

Private Attributes

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

Constructor & Destructor Documentation

◆ GradientDetector()

template<typename Equation , typename... Projections>
fub::amrex::cutcell::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::cutcell::GradientDetector< Equation, Projections >::TagCellsForRefinement ( ::amrex::TagBoxArray &  tags,
GriddingAlgorithm gridding,
int  level,
Duration  time_point 
)
noexcept

Member Data Documentation

◆ detector_

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

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