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

#include <CompleteFromCons.hpp>

Public Member Functions

void operator() (const Row< Complete< Equation >> &complete_row, const Row< const Conservative< Equation >> &cons_row) const
 

Public Attributes

CompleteFromConsFn< Equation > * this_
 

Member Function Documentation

◆ operator()()

template<typename Equation >
void fub::CompleteFromConsFn< Equation >::CompleteFromCons_Rows::operator() ( const Row< Complete< Equation >> &  complete_row,
const Row< const Conservative< Equation >> &  cons_row 
) const
inline

Member Data Documentation

◆ this_

template<typename Equation >
CompleteFromConsFn<Equation>* fub::CompleteFromConsFn< Equation >::CompleteFromCons_Rows::this_

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