$extrastylesheet
libMesh::Parallel::FakeCommunicator Class Reference

#include <parallel.h>

List of all members.

Private Member Functions

 operator Communicator & ()

Detailed Description

Definition at line 1168 of file parallel.h.


Member Function Documentation

libMesh::Parallel::FakeCommunicator::operator Communicator & ( ) [inline, private]

Definition at line 1170 of file parallel.h.

  {
    libmesh_not_implemented();
    static Communicator temp;
    return temp;
  }

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