ug4
|
#include <metric_spaces.h>
Public Types | |
typedef IComponentSpace< TGridFunction > | base_type |
![]() | |
typedef IGridFunctionSpace< TGridFunction > | base_type |
![]() | |
typedef TGridFunction | grid_function_type |
typedef TGridFunction::vector_type | vector_type |
Public Member Functions | |
double | distance2 (TGridFunction &uFine, TGridFunction &uCoarse) |
norm (for grid functions) | |
H1ComponentSpace (const char *fctNames) | |
H1ComponentSpace (const char *fctNames, const char *ssNames, int order) | |
H1ComponentSpace (const char *fctNames, int order) | |
double | norm2 (TGridFunction &uFine) |
norm (for grid functions) | |
~H1ComponentSpace () | |
![]() | |
virtual std::string | config_string () const |
print config string | |
virtual double | distance (TGridFunction &uFine, TGridFunction &uCoarse) |
distance (for grid functions) | |
IComponentSpace (const char *fctNames) | |
IComponentSpace (const char *fctNames, const char *ssNames, int order) | |
IComponentSpace (const char *fctNames, int order) | |
virtual double | norm (TGridFunction &uFine) |
norm (for grid functions) | |
virtual | ~IComponentSpace () |
![]() | |
virtual double | distance (vector_type &x, vector_type &y) |
OVERRIDE distance (for vectors) | |
virtual double | norm (vector_type &x) |
OVERRIDE norm (for vectors) | |
virtual double | scaling () const |
virtual | ~IGridFunctionSpace () |
DTOR. | |
![]() | |
virtual | ~IBanachSpace () |
Additional Inherited Members | |
![]() | |
static const int | dim =TGridFunction::dim |
![]() | |
std::string | m_fctNames |
int | m_quadorder |
const char * | m_ssNames |
Defines a H1 space for single component
typedef IComponentSpace<TGridFunction> ug::H1ComponentSpace< TGridFunction >::base_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
norm (for grid functions)
Implements ug::IComponentSpace< TGridFunction >.
|
inlinevirtual |
norm (for grid functions)
Implements ug::IComponentSpace< TGridFunction >.