dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
functionutilities.hh File Reference
#include <limits>
#include <ostream>
#include <memory>
#include <dune/common/shared_ptr.hh>
#include <dune/common/debugstream.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/geometry/type.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/grid/utility/hierarchicsearch.hh>

Go to the source code of this file.

Classes

class  Dune::PDELab::GridFunctionProbe< GF >
 Evaluate a GridFunction at a certain global coordinate. More...
 

Namespaces

namespace  Dune
 For backward compatibility – Do not use this!
 
namespace  Dune::PDELab
 

Functions

template<typename GF >
GF::Traits::RangeType Dune::PDELab::integrateGridFunction (const GF &gf, unsigned qorder=1)
 Integrate a GridFunction.
 
template<typename GF >
void Dune::PDELab::integrateGridFunction (const GF &gf, typename GF::Traits::RangeType &sum, unsigned qorder=1)
 Integrate a GridFunction.