Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ug::IVectorWriter< vector_type > Class Template Referenceabstract

Interface for modifying a vector (e.g, setting Dirichlet values, ...) More...

#include <vector_writer.h>

Public Member Functions

virtual bool update (vector_type &vec)=0
 write vector
 
virtual ~IVectorWriter ()
 virtual destructor
 

Detailed Description

template<typename vector_type>
class ug::IVectorWriter< vector_type >

Interface for modifying a vector (e.g, setting Dirichlet values, ...)

sa GridFunctionVectorWriterDirichlet0

Constructor & Destructor Documentation

◆ ~IVectorWriter()

template<typename vector_type >
virtual ug::IVectorWriter< vector_type >::~IVectorWriter ( )
inlinevirtual

virtual destructor

Member Function Documentation

◆ update()

template<typename vector_type >
virtual bool ug::IVectorWriter< vector_type >::update ( vector_type &  vec)
pure virtual

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