Dune Core Modules (2.6.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

typedef std::conditional< std::is_base_of< Interface, Implementation >::value, VirtualFunctionBase, FunctionBase >::type type
 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

Member Typedef Documentation

◆ type

template<class FE >
typedef std::conditional<std::is_base_of<Interface, Implementation>::value, VirtualFunctionBase, FunctionBase>::type Dune::LocalFiniteElementFunctionBase< FE >::type

Base class type for functions to use with LocalInterpolation.

This is the VirtualFunction interface class if FE implements the virtual 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 24, 22:30, 2024)