ug4
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 More...
 
virtual ~IVectorWriter ()
 virtual destructor More...
 

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: