dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/operator/dghelmholtz.hh>
Public Types | |
typedef BaseType::DomainFunctionType | DomainFunctionType |
typedef BaseType::RangeFunctionType | RangeFunctionType |
typedef DomainFunctionType::DiscreteFunctionSpaceType | DomainFunctionSpaceType |
typedef RangeFunctionType::DiscreteFunctionSpaceType | RangeFunctionSpaceType |
typedef JacobianOp::DomainFunctionType::RangeFieldType | DomainFieldType |
field type of the operator's domain More... | |
typedef JacobianOp::RangeFunctionType::RangeFieldType | RangeFieldType |
field type of the operator's range More... | |
Public Member Functions | |
DGHelmholtzJacobianOperator (const std::string &name, const DomainFunctionSpaceType &dSpace, const RangeFunctionSpaceType &rSpace) | |
void | operator() (const DomainFunctionType &u, RangeFunctionType &w) const |
const double & | lambda () const |
void | setLambda (double lambda) |
virtual void | operator() (const DomainFunctionType &u, RangeFunctionType &w) const =0 |
application operator More... | |
Protected Attributes | |
JacobianOp | jacobianOp_ |
double | lambda_ |
RangeFunctionType | wTmp_ |
|
inherited |
field type of the operator's domain
typedef DomainFunctionType::DiscreteFunctionSpaceType Dune::Fem::DGHelmholtzJacobianOperator< JacobianOp >::DomainFunctionSpaceType |
typedef BaseType::DomainFunctionType Dune::Fem::DGHelmholtzJacobianOperator< JacobianOp >::DomainFunctionType |
|
inherited |
field type of the operator's range
typedef RangeFunctionType::DiscreteFunctionSpaceType Dune::Fem::DGHelmholtzJacobianOperator< JacobianOp >::RangeFunctionSpaceType |
typedef BaseType::RangeFunctionType Dune::Fem::DGHelmholtzJacobianOperator< JacobianOp >::RangeFunctionType |
|
inline |
|
inline |
References Dune::Fem::DGHelmholtzJacobianOperator< JacobianOp >::lambda_.
Referenced by Dune::Fem::DGHelmholtzOperator< SpaceOperator >::jacobian(), Dune::Fem::DGHelmholtzJacobianOperator< JacobianOp >::operator()(), Dune::Fem::DGHelmholtzOperator< SpaceOperator >::operator()(), Dune::Fem::DGHelmholtzJacobianOperator< JacobianOp >::setLambda(), and Dune::Fem::DGHelmholtzOperator< SpaceOperator >::setLambda().
|
inline |
|
pure virtualinherited |
application operator
[in] | u | argument discrete function |
[out] | w | destination discrete function |
|
inline |
|
protected |
|
protected |
|
mutableprotected |