On-the-fly evaluation of some functionals, generating temporary instances.
More...
|
|
template<class DiscreteFunction , class GridFunction > |
| static double | Dune::ACFem::divergenceFunctional (const Fem::Function< typename GridFunction::FunctionSpaceType, GridFunction > &u, const Fem::DiscreteFunctionInterface< DiscreteFunction > &p) |
| | Application of divergence functional.
|
| |
|
template<class DiscreteSpaceTraits , class GridFunction > |
| static DivergenceFunctional< typename DiscreteSpaceTraits::DiscreteFunctionSpaceType, GridFunction > | Dune::ACFem::divergenceFunctional (const Fem::Function< typename GridFunction::FunctionSpaceType, GridFunction > &u, const Fem::DiscreteFunctionSpaceInterface< DiscreteSpaceTraits > &space) |
| | Create a divergence functional, types deduced form arguments.
|
| |
|
template<class DiscreteSpaceTraits , class GridFunction > |
| static L2InnerProductFunctional< typename DiscreteSpaceTraits::DiscreteFunctionSpaceType, GridFunction > | Dune::ACFem::l2InnerProductFunctional (const Fem::Function< typename GridFunction::FunctionSpaceType, GridFunction > &u, const Fem::DiscreteFunctionSpaceInterface< DiscreteSpaceTraits > &space) |
| | Create an L2 functional, types deduced form arguments.
|
| |
On-the-fly evaluation of some functionals, generating temporary instances.