KASKADE 7 development version
|
#include <residual_errorest.hh>
Definition at line 21 of file residual_errorest.hh.
Public Member Functions | |
GradientJumpsTimesTestFunction (LocalInd &localInd_, Dune::FieldVector< RT, dim >const &outernormal_, Evaluators const &evaluators_, TestFunctions const &tf_, Cache const &cache_, Cache const &cacheNeigh_) | |
template<class Variable > | |
void | operator() (Variable const &) const |
Public Attributes | |
VariationalArg< RT, dim > | modarg |
LocalInd & | localInd |
Evaluators const & | evaluators |
TestFunctions const & | tf |
Cache const & | cache |
Cache const & | cacheNeigh |
Static Public Attributes | |
static const int | dim = boost::fusion::result_of::value_at_c<Evaluators,0>::type::Space::dim |
|
inline |
Definition at line 25 of file residual_errorest.hh.
|
inline |
Definition at line 38 of file residual_errorest.hh.
Cache const& Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::cache |
Definition at line 48 of file residual_errorest.hh.
Referenced by Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::operator()().
Cache const& Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::cacheNeigh |
Definition at line 49 of file residual_errorest.hh.
Referenced by Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::operator()().
|
static |
Definition at line 23 of file residual_errorest.hh.
Evaluators const& Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::evaluators |
Definition at line 46 of file residual_errorest.hh.
Referenced by Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::operator()().
LocalInd& Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::localInd |
Definition at line 45 of file residual_errorest.hh.
Referenced by Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::operator()().
VariationalArg<RT,dim> Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::modarg |
TestFunctions const& Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::tf |
Definition at line 47 of file residual_errorest.hh.
Referenced by Kaskade::GradientJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache >::operator()().