Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::SynchronizerMatrixPrinter Class Reference

Parallel operations on ghost entities. More...

#include <arcane/core/SynchronizerMatrixPrinter.h>

Collaboration diagram for Arcane::SynchronizerMatrixPrinter:

Public Member Functions

 SynchronizerMatrixPrinter (IVariableSynchronizer *synchronizer)
virtual ~SynchronizerMatrixPrinter ()=default
 Frees resources.
void print (std::ostream &o) const

Private Attributes

IVariableSynchronizerm_synchronizer = nullptr

Friends

std::ostream & operator<< (std::ostream &o, const SynchronizerMatrixPrinter &s)

Detailed Description

Parallel operations on ghost entities.

Definition at line 34 of file SynchronizerMatrixPrinter.h.

Constructor & Destructor Documentation

◆ SynchronizerMatrixPrinter()

Arcane::SynchronizerMatrixPrinter::SynchronizerMatrixPrinter ( IVariableSynchronizer * synchronizer)
explicit

Definition at line 32 of file SynchronizerMatrixPrinter.cc.

Member Function Documentation

◆ print()

void Arcane::SynchronizerMatrixPrinter::print ( std::ostream & o) const

Definition at line 44 of file SynchronizerMatrixPrinter.cc.

◆ operator<<

std::ostream & operator<< ( std::ostream & o,
const SynchronizerMatrixPrinter & s )
friend

Definition at line 44 of file SynchronizerMatrixPrinter.h.

Member Data Documentation

◆ m_synchronizer

IVariableSynchronizer* Arcane::SynchronizerMatrixPrinter::m_synchronizer = nullptr
private

Definition at line 53 of file SynchronizerMatrixPrinter.h.


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