|
dune-localfunctions 2.9.0
|
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. More... | |
Return a proper base class for functions to use with LocalInterpolation.
| FE | A FiniteElement type |
| using Dune::LocalFiniteElementFunctionBase< FE >::FunctionBase = FunctionBaseDummy |
| 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.
| using Dune::LocalFiniteElementFunctionBase< FE >::VirtualFunctionBase = FunctionBaseDummy |