#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/pass/dginversemass.hh>
|
template<class Adaptation > |
void | setAdaptation (Adaptation &, const double weight=1.0) |
| default method for setting adaptation handle to discrete model More...
|
|
template<class Adaptation , class ThreadFilter > |
void | setAdaptation (Adaptation &, const ThreadFilter &, const double weight=1.0) |
| default method for setting adaptation handle and thead filter to discrete model More...
|
|
void | removeAdaptation () |
| remove pointer to adaptation handle More...
|
|
|
static const std::size_t | functionalPosition = Dune::FirstTypeIndex< PassIds, std::integral_constant< int, functionalId > >::type::value |
|
template<int functionalId, class PreviousPass >
void Dune::Fem::DGAdaptiveDiscreteModel::removeAdaptation |
( |
| ) |
|
|
inlineinherited |
remove pointer to adaptation handle
template<class Adaptation >
void Dune::Fem::DGAdaptiveDiscreteModel::setAdaptation |
( |
Adaptation & |
, |
|
|
const double |
weight = 1.0 |
|
) |
| |
|
inlineinherited |
default method for setting adaptation handle to discrete model
template<class Adaptation , class ThreadFilter >
void Dune::Fem::DGAdaptiveDiscreteModel::setAdaptation |
( |
Adaptation & |
, |
|
|
const ThreadFilter & |
, |
|
|
const double |
weight = 1.0 |
|
) |
| |
|
inlineinherited |
default method for setting adaptation handle and thead filter to discrete model
template<int functionalId, class PreviousPass >
The documentation for this struct was generated from the following file: