KASKADE 7 development version
|
#include <residual_errorest.hh>
Definition at line 53 of file residual_errorest.hh.
Public Member Functions | |
BoundaryJumpsTimesTestFunction (LocalInd &localInd_, Dune::FieldVector< RT, dim >const &outernormal_, RT const &integrationElement_, Evaluators const &evaluators_, TestFunctions const &tf_, Cache const &cache_, BoundaryCache const &cacheBoundary_) | |
template<class Variable > | |
void | operator() (Variable const &) const |
Public Attributes | |
VariationalArg< RT, dim > | modarg |
VariationalArg< RT, dim > | modargB |
LocalInd & | localInd |
Evaluators const & | evaluators |
TestFunctions const & | tf |
Cache const & | cache |
BoundaryCache const & | cacheBoundary |
Static Public Attributes | |
static const int | dim = boost::fusion::result_of::value_at_c<Evaluators,0>::type::Space::dim |
|
inline |
Definition at line 57 of file residual_errorest.hh.
|
inline |
Definition at line 73 of file residual_errorest.hh.
Cache const& Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::cache |
Definition at line 85 of file residual_errorest.hh.
Referenced by Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::operator()().
BoundaryCache const& Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::cacheBoundary |
Definition at line 86 of file residual_errorest.hh.
Referenced by Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::operator()().
|
static |
Definition at line 55 of file residual_errorest.hh.
Evaluators const& Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::evaluators |
Definition at line 83 of file residual_errorest.hh.
Referenced by Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::operator()().
LocalInd& Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::localInd |
Definition at line 82 of file residual_errorest.hh.
Referenced by Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::operator()().
VariationalArg<RT,dim> Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::modarg |
Definition at line 81 of file residual_errorest.hh.
Referenced by Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::BoundaryJumpsTimesTestFunction(), and Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::operator()().
VariationalArg<RT,dim> Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::modargB |
Definition at line 81 of file residual_errorest.hh.
Referenced by Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::BoundaryJumpsTimesTestFunction(), and Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::operator()().
TestFunctions const& Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::tf |
Definition at line 84 of file residual_errorest.hh.
Referenced by Kaskade::BoundaryJumpsTimesTestFunction< LocalInd, Evaluators, RT, TestFunctions, Cache, BoundaryCache >::operator()().