libMesh::Parallel::FakeCommunicator Class Reference

#include <parallel.h>

Private Member Functions

 operator Communicator & ()
 

Detailed Description

Definition at line 1359 of file parallel.h.

Member Function Documentation

libMesh::Parallel::FakeCommunicator::operator Communicator & ( )
inlineprivate

Definition at line 1361 of file parallel.h.

1362  {
1363  libmesh_not_implemented();
1364  static Communicator temp;
1365  return temp;
1366  }

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