ug4
ug::ComPol_MatAddSetZeroInnerInterfaceCouplings< TMatrix > Class Template Reference

Comm-Pol to add matrix rows of inner-interface couplings. More...

#include <communication_policies.h>

+ Inheritance diagram for ug::ComPol_MatAddSetZeroInnerInterfaceCouplings< TMatrix >:

Public Member Functions

virtual bool collect (ug::BinaryBuffer &buff, const Interface &interface)
 writes the interface values into a buffer that will be sent More...
 
 ComPol_MatAddSetZeroInnerInterfaceCouplings (TMatrix &rMat)
 Constructor setting the matrix. More...
 
virtual bool extract (ug::BinaryBuffer &buff, const Interface &interface)
 writes values from a buffer into the interface More...
 
- Public Member Functions inherited from pcl::ICommunicationPolicy< IndexLayout >
virtual bool begin_layout_collection (const Layout *pLayout)
 signals the beginning of a layout collection. More...
 
virtual bool begin_layout_extraction (const Layout *pLayout)
 signals the beginning of a layout extraction. More...
 
virtual void begin_level_extraction (int level)
 signals that a new layout-level will now be processed. More...
 
virtual bool end_layout_collection (const Layout *pLayout)
 signals the end of a layout collection More...
 
virtual bool end_layout_extraction (const Layout *pLayout)
 signals the end of a layout extraction More...
 
virtual int get_required_buffer_size (const Interface &interface)
 returns the size of the buffer in bytes, that will be required for interface-communication. More...
 
virtual ~ICommunicationPolicy ()
 

Private Attributes

TMatrix & m_rMat
 

Additional Inherited Members

- Public Types inherited from pcl::ICommunicationPolicy< IndexLayout >
typedef Layout::Interface Interface
 
typedef IndexLayout Layout
 

Detailed Description

template<class TMatrix>
class ug::ComPol_MatAddSetZeroInnerInterfaceCouplings< TMatrix >

Comm-Pol to add matrix rows of inner-interface couplings.

Template Parameters
TMatrixmatrix type

Constructor & Destructor Documentation

◆ ComPol_MatAddSetZeroInnerInterfaceCouplings()

template<class TMatrix >
ug::ComPol_MatAddSetZeroInnerInterfaceCouplings< TMatrix >::ComPol_MatAddSetZeroInnerInterfaceCouplings ( TMatrix &  rMat)
inline

Constructor setting the matrix.

Member Function Documentation

◆ collect()

◆ extract()

Member Data Documentation

◆ m_rMat


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