libMesh::Parallel::SyncEverything Struct Reference

#include <parallel_ghost_sync.h>

Public Member Functions

 SyncEverything ()
 
bool operator() (const DofObject *) const
 
bool operator() (const Elem *, unsigned int) const
 

Detailed Description

Definition at line 217 of file parallel_ghost_sync.h.

Constructor & Destructor Documentation

◆ SyncEverything()

libMesh::Parallel::SyncEverything::SyncEverything ( )
inline

Definition at line 219 of file parallel_ghost_sync.h.

219 {}

Member Function Documentation

◆ operator()() [1/2]

bool libMesh::Parallel::SyncEverything::operator() ( const DofObject ) const
inline

Definition at line 221 of file parallel_ghost_sync.h.

221 { return true; }

◆ operator()() [2/2]

bool libMesh::Parallel::SyncEverything::operator() ( const Elem ,
unsigned  int 
) const
inline

Definition at line 223 of file parallel_ghost_sync.h.

224  { return true; }

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