dune-localfunctions 2.9.1
Loading...
Searching...
No Matches
Classes | Public Types | List of all members
Dune::LocalFiniteElementFunctionBase< FE > Class Template Reference

Return a proper base class for functions to use with LocalInterpolation. More...

#include <dune/localfunctions/common/virtualinterface.hh>

Public Types

using VirtualFunctionBase = FunctionBaseDummy
 
using FunctionBase = FunctionBaseDummy
 
using type = FunctionBaseDummy
 Base class type for functions to use with LocalInterpolation.
 

Detailed Description

template<class FE>
class Dune::LocalFiniteElementFunctionBase< FE >

Return a proper base class for functions to use with LocalInterpolation.

Template Parameters
FEA FiniteElement type
Deprecated:
This class is deprecated. To keep this traits class working it exports a simple look-a-like of the old Dune::Function base class. However, you should stop using this and pass functions with plain operator() interface to interpolate() from now on.

Member Typedef Documentation

◆ FunctionBase

template<class FE >
using Dune::LocalFiniteElementFunctionBase< FE >::FunctionBase = FunctionBaseDummy

◆ type

template<class FE >
using Dune::LocalFiniteElementFunctionBase< FE >::type = FunctionBaseDummy

Base class type for functions to use with LocalInterpolation.

This is just a dummy providing the old typedefs. interface and Function base class otherwise.

◆ VirtualFunctionBase

template<class FE >
using Dune::LocalFiniteElementFunctionBase< FE >::VirtualFunctionBase = FunctionBaseDummy

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