dune-fem  2.4.1-rc
Public Member Functions | List of all members
Dune::Fem::DGAdaptiveDiscreteModel Class Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/pass/localdg/discretemodel.hh>

Inheritance diagram for Dune::Fem::DGAdaptiveDiscreteModel:
Inheritance graph

Public Member Functions

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...
 

Member Function Documentation

void Dune::Fem::DGAdaptiveDiscreteModel::removeAdaptation ( )
inline

remove pointer to adaptation handle

template<class Adaptation >
void Dune::Fem::DGAdaptiveDiscreteModel::setAdaptation ( Adaptation &  ,
const double  weight = 1.0 
)
inline

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 
)
inline

default method for setting adaptation handle and thead filter to discrete model


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