|
Plugins
|
Evaluate the difference for a (dependent) UserData type induced by different grid functions. More...
#include <time_extrapolation.h>
Inheritance diagram for ug::UserDataSpace< TGridFunction, TDataInput >:Public Types | |
| typedef IComponentSpace< TGridFunction > | base_type |
| typedef UserData< TDataInput, TGridFunction::dim > | input_user_data_type |
Public Types inherited from ug::IComponentSpace< TGridFunction > | |
| typedef IGridFunctionSpace< TGridFunction > | base_type |
Public Types inherited from ug::IGridFunctionSpace< typename TGridFunction > | |
| typedef TGridFunction | grid_function_type |
| typedef TGridFunction::vector_type | vector_type |
Public Member Functions | |
| double | distance2 (TGridFunction &uFine, TGridFunction &uCoarse) |
| double | norm2 (TGridFunction &uFine) |
| void | set_user_data (SmartPtr< input_user_data_type > spData) |
| UserDataSpace (const char *fctNames) | |
| UserDataSpace (const char *fctNames, int order) | |
| ~UserDataSpace () | |
Public Member Functions inherited from ug::IComponentSpace< TGridFunction > | |
| virtual std::string | config_string () const |
| virtual double | distance (TGridFunction &uFine, TGridFunction &uCoarse) |
| std::string | function_name () |
| IComponentSpace (const char *fctNames) | |
| IComponentSpace (const char *fctNames, const char *ssNames, int order) | |
| IComponentSpace (const char *fctNames, int order) | |
| virtual double | norm (TGridFunction &uFine) |
| virtual | ~IComponentSpace () |
Public Member Functions inherited from ug::IGridFunctionSpace< typename TGridFunction > | |
| virtual double | distance (vector_type &x, vector_type &y) |
| virtual double | norm (vector_type &x) |
| virtual double | scaling () const |
| virtual | ~IGridFunctionSpace () |
Public Member Functions inherited from ug::IBanachSpace< TGridFunction::vector_type > | |
| virtual double | distance (TVector &x, TVector &y) |
| virtual double | norm (TVector &x) |
| virtual | ~IBanachSpace () |
Protected Attributes | |
| SmartPtr< input_user_data_type > | m_userData |
Protected Attributes inherited from ug::IComponentSpace< TGridFunction > | |
| std::string | m_fctNames |
| int | m_quadorder |
| const char * | m_ssNames |
Additional Inherited Members | |
Static Public Attributes inherited from ug::IComponentSpace< TGridFunction > | |
| static const int | dim |
Evaluate the difference for a (dependent) UserData type induced by different grid functions.
UserData maybe of type TDataInput, i.e., number/vector/matrix/...
| typedef IComponentSpace<TGridFunction> ug::UserDataSpace< TGridFunction, TDataInput >::base_type |
| typedef UserData<TDataInput, TGridFunction::dim> ug::UserDataSpace< TGridFunction, TDataInput >::input_user_data_type |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
protected |