ug4
ug::GridFunctionVectorWriterDirichlet0< TGridFunction > Class Template Reference

#include <grid_function_util.h>

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

Public Types

typedef TGridFunction::algebra_type algebra_type
 
typedef TGridFunction::approximation_space_type approximation_space_type
 
typedef TGridFunction::domain_type domain_type
 
typedef vector_type::value_type value_type
 
typedef algebra_type::vector_type vector_type
 

Public Member Functions

 GridFunctionVectorWriterDirichlet0 ()
 Constructor. More...
 
void init (SmartPtr< IConstraint< algebra_type > > pp, approximation_space_type &approxSpace)
 
void set_level (size_t level)
 
virtual bool update (vector_type &vec)
 
- Public Member Functions inherited from ug::IVectorWriter< TGridFunction::algebra_type::vector_type >
virtual bool update (TGridFunction::algebra_type::vector_type &vec)=0
 write vector More...
 
virtual ~IVectorWriter ()
 virtual destructor More...
 

Protected Attributes

size_t m_level
 
approximation_space_typem_pApproxSpace
 
SmartPtr< IConstraint< algebra_type > > m_spPostProcess
 

Member Typedef Documentation

◆ algebra_type

template<typename TGridFunction >
typedef TGridFunction::algebra_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::algebra_type

◆ approximation_space_type

template<typename TGridFunction >
typedef TGridFunction::approximation_space_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::approximation_space_type

◆ domain_type

template<typename TGridFunction >
typedef TGridFunction::domain_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::domain_type

◆ value_type

template<typename TGridFunction >
typedef vector_type::value_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::value_type

◆ vector_type

template<typename TGridFunction >
typedef algebra_type::vector_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::vector_type

Constructor & Destructor Documentation

◆ GridFunctionVectorWriterDirichlet0()

template<typename TGridFunction >
ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::GridFunctionVectorWriterDirichlet0 ( )
inline

Constructor.

Member Function Documentation

◆ init()

◆ set_level()

template<typename TGridFunction >
void ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::set_level ( size_t  level)
inline

◆ update()

Member Data Documentation

◆ m_level

◆ m_pApproxSpace

◆ m_spPostProcess


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