Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Attributes | Static Public Attributes | List of all members
fub::ConservativeHGridReconstruction< Equation >::AuxiliaryReconstructionData Struct Reference

#include <MyStabilisation.hpp>

Public Attributes

std::array< Index< Rank >, kMaxSourcessources
 
std::array< double, kMaxSourcesstart
 
std::array< double, kMaxSourcesend
 
int n_sources
 
Coordinates< Rankslope
 
Coordinates< RankxB
 

Static Public Attributes

static constexpr int kMaxSources
 

Member Data Documentation

◆ end

template<typename Equation >
std::array<double, kMaxSources> fub::ConservativeHGridReconstruction< Equation >::AuxiliaryReconstructionData::end

◆ kMaxSources

template<typename Equation >
constexpr int fub::ConservativeHGridReconstruction< Equation >::AuxiliaryReconstructionData::kMaxSources
staticconstexpr

◆ n_sources

template<typename Equation >
int fub::ConservativeHGridReconstruction< Equation >::AuxiliaryReconstructionData::n_sources

◆ slope

template<typename Equation >
Coordinates<Rank> fub::ConservativeHGridReconstruction< Equation >::AuxiliaryReconstructionData::slope

◆ sources

template<typename Equation >
std::array<Index<Rank>, kMaxSources> fub::ConservativeHGridReconstruction< Equation >::AuxiliaryReconstructionData::sources

◆ start

template<typename Equation >
std::array<double, kMaxSources> fub::ConservativeHGridReconstruction< Equation >::AuxiliaryReconstructionData::start

◆ xB

template<typename Equation >
Coordinates<Rank> fub::ConservativeHGridReconstruction< Equation >::AuxiliaryReconstructionData::xB

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