ug4
ug::H1ComponentSpace< TGridFunction > Class Template Reference

#include <metric_spaces.h>

+ Inheritance diagram for ug::H1ComponentSpace< TGridFunction >:

Public Types

typedef IComponentSpace< TGridFunction > base_type
 
- Public Types inherited from ug::IComponentSpace< TGridFunction >
typedef IGridFunctionSpace< TGridFunction > base_type
 
- Public Types inherited from ug::IGridFunctionSpace< TGridFunction >
typedef TGridFunction grid_function_type
 
typedef TGridFunction::vector_type vector_type
 

Public Member Functions

double distance2 (TGridFunction &uFine, TGridFunction &uCoarse)
 norm (for grid functions) More...
 
 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) More...
 
 ~H1ComponentSpace ()
 
- Public Member Functions inherited from ug::IComponentSpace< TGridFunction >
virtual std::string config_string () const
 print config string More...
 
virtual double distance (TGridFunction &uFine, TGridFunction &uCoarse)
 distance (for grid functions) More...
 
 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) More...
 
virtual ~IComponentSpace ()
 
- Public Member Functions inherited from ug::IGridFunctionSpace< TGridFunction >
virtual double distance (vector_type &x, vector_type &y)
 OVERRIDE distance (for vectors) More...
 
virtual double norm (vector_type &x)
 OVERRIDE norm (for vectors) More...
 
virtual double scaling () const
 
virtual ~IGridFunctionSpace ()
 DTOR. More...
 
- Public Member Functions inherited from ug::IBanachSpace< TGridFunction::vector_type >
virtual ~IBanachSpace ()
 

Additional Inherited Members

- Static Public Attributes inherited from ug::IComponentSpace< TGridFunction >
static const int dim =TGridFunction::dim
 
- Protected Attributes inherited from ug::IComponentSpace< TGridFunction >
std::string m_fctNames
 
int m_quadorder
 
const char * m_ssNames
 

Detailed Description

template<typename TGridFunction>
class ug::H1ComponentSpace< TGridFunction >

Defines a H1 space for single component

Member Typedef Documentation

◆ base_type

template<typename TGridFunction >
typedef IComponentSpace<TGridFunction> ug::H1ComponentSpace< TGridFunction >::base_type

Constructor & Destructor Documentation

◆ H1ComponentSpace() [1/3]

template<typename TGridFunction >
ug::H1ComponentSpace< TGridFunction >::H1ComponentSpace ( const char *  fctNames)
inline

◆ H1ComponentSpace() [2/3]

template<typename TGridFunction >
ug::H1ComponentSpace< TGridFunction >::H1ComponentSpace ( const char *  fctNames,
int  order 
)
inline

◆ H1ComponentSpace() [3/3]

template<typename TGridFunction >
ug::H1ComponentSpace< TGridFunction >::H1ComponentSpace ( const char *  fctNames,
const char *  ssNames,
int  order 
)
inline

◆ ~H1ComponentSpace()

template<typename TGridFunction >
ug::H1ComponentSpace< TGridFunction >::~H1ComponentSpace ( )
inline

Member Function Documentation

◆ distance2()

template<typename TGridFunction >
double ug::H1ComponentSpace< TGridFunction >::distance2 ( TGridFunction &  uFine,
TGridFunction &  uCoarse 
)
inlinevirtual

◆ norm2()

template<typename TGridFunction >
double ug::H1ComponentSpace< TGridFunction >::norm2 ( TGridFunction &  uFine)
inlinevirtual

The documentation for this class was generated from the following file: