Definition at line 60 of file LogManager.cpp.
◆ SynchronizedStreamBuf()
| MoFEM::LogManager::InternalData::SynchronizedStreamBuf::SynchronizedStreamBuf |
( |
MPI_Comm |
comm, |
|
|
FILE * |
fd |
|
) |
| |
|
inline |
◆ sync()
| virtual int MoFEM::LogManager::InternalData::SynchronizedStreamBuf::sync |
( |
| ) |
|
|
inlinevirtual |
Definition at line 62 of file LogManager.cpp.
62 {
63 if (!this->str().empty()) {
64 PetscSynchronizedFPrintf(
cOmm,
fD,
"%s", this->str().c_str());
65 this->str("");
66 }
67 return 0;
68 }
◆ cOmm
| MPI_Comm MoFEM::LogManager::InternalData::SynchronizedStreamBuf::cOmm |
|
private |
◆ fD
| FILE* MoFEM::LogManager::InternalData::SynchronizedStreamBuf::fD |
|
private |
The documentation for this struct was generated from the following file: