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

#include <GradientDetector.hpp>

Public Member Functions

 ArrayGradientDetector_ (const Equation &equation, const std::pair< Projections, double > &... conds)
 
void TagCellsForRefinement (const PatchDataView< char, Rank, layout_stride > &tags, const View< const Complete< Equation >> &states)
 
Equation & GetEquation () noexcept
 
const Equation & GetEquation () const noexcept
 
const std::tuple< std::pair< Projections, double >... > & GetConditions () const noexcept
 

Static Public Attributes

static constexpr int Rank
 

Protected Attributes

Equation equation_
 
std::tuple< std::pair< Projections, double >... > conditions_
 

Private Types

using Base = GradientDetectorBase_< Equation, Projections... >
 

Private Attributes

CompleteArray< Equation > sL_
 
CompleteArray< Equation > sM_
 
CompleteArray< Equation > sR_
 

Member Typedef Documentation

◆ Base

template<typename Equation , typename... Projections>
using fub::ArrayGradientDetector_< Equation, Projections >::Base = GradientDetectorBase_<Equation, Projections...>
private

Constructor & Destructor Documentation

◆ ArrayGradientDetector_()

template<typename Equation , typename... Projections>
fub::ArrayGradientDetector_< Equation, Projections >::ArrayGradientDetector_ ( const Equation &  equation,
const std::pair< Projections, double > &...  conds 
)

Member Function Documentation

◆ GetConditions()

const std::tuple<std::pair<Projections, double>...>& fub::GradientDetectorBase_< Equation, Projections >::GetConditions ( ) const
inlinenoexceptinherited

◆ GetEquation() [1/2]

const Equation& fub::GradientDetectorBase_< Equation, Projections >::GetEquation ( ) const
inlinenoexceptinherited

◆ GetEquation() [2/2]

Equation& fub::GradientDetectorBase_< Equation, Projections >::GetEquation ( )
inlinenoexceptinherited

◆ TagCellsForRefinement()

template<typename Equation , typename... Projections>
void fub::ArrayGradientDetector_< Equation, Projections >::TagCellsForRefinement ( const PatchDataView< char, Rank, layout_stride > &  tags,
const View< const Complete< Equation >> &  states 
)

Member Data Documentation

◆ conditions_

std::tuple<std::pair<Projections, double>...> fub::GradientDetectorBase_< Equation, Projections >::conditions_
protectedinherited

◆ equation_

Equation fub::GradientDetectorBase_< Equation, Projections >::equation_
protectedinherited

◆ Rank

template<typename Equation , typename... Projections>
constexpr int fub::ArrayGradientDetector_< Equation, Projections >::Rank
staticconstexpr

◆ sL_

template<typename Equation , typename... Projections>
CompleteArray<Equation> fub::ArrayGradientDetector_< Equation, Projections >::sL_
private

◆ sM_

template<typename Equation , typename... Projections>
CompleteArray<Equation> fub::ArrayGradientDetector_< Equation, Projections >::sM_
private

◆ sR_

template<typename Equation , typename... Projections>
CompleteArray<Equation> fub::ArrayGradientDetector_< Equation, Projections >::sR_
private

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