|
ug4
|
#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. | |
| 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 | |
| virtual | ~IVectorWriter () |
| virtual destructor | |
Protected Attributes | |
| size_t | m_level |
| approximation_space_type * | m_pApproxSpace |
| SmartPtr< IConstraint< algebra_type > > | m_spPostProcess |
| typedef TGridFunction::algebra_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::algebra_type |
| typedef TGridFunction::approximation_space_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::approximation_space_type |
| typedef TGridFunction::domain_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::domain_type |
| typedef vector_type::value_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::value_type |
| typedef algebra_type::vector_type ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::vector_type |
|
inline |
Constructor.
|
inline |
|
inline |
|
inlinevirtual |
References ug::CT_DIRICHLET, ug::GridLevel::LEVEL, ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::m_level, ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::m_pApproxSpace, ug::GridFunctionVectorWriterDirichlet0< TGridFunction >::m_spPostProcess, PROFILE_FUNC_GROUP, ug::GridLevel::SURFACE, ug::GridLevel::TOP, and UG_ASSERT.
|
protected |
|
protected |
|
protected |