Dune Core Modules (2.9.0)

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 type = FunctionBaseDummy
 Base class type for functions to use with LocalInterpolation. More...
 

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

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


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 26, 22:29, 2024)