#include <parallel_ghost_sync.h>
Public Types | |
typedef Point | datum |
Public Member Functions | |
SyncNodalPositions (MeshBase &m) | |
void | gather_data (const std::vector< dof_id_type > &ids, std::vector< datum > &data) const |
void | act_on_data (const std::vector< dof_id_type > &ids, const std::vector< datum > &data) const |
Public Attributes | |
MeshBase & | mesh |
Definition at line 780 of file parallel_ghost_sync.h.
Definition at line 790 of file parallel_ghost_sync.h.
|
explicit |
Definition at line 25 of file parallel_ghost_sync.C.
void libMesh::SyncNodalPositions::act_on_data | ( | const std::vector< dof_id_type > & | ids, |
const std::vector< datum > & | data | ||
) | const |
Definition at line 50 of file parallel_ghost_sync.C.
References data, mesh, and libMesh::MeshBase::node_ref().
void libMesh::SyncNodalPositions::gather_data | ( | const std::vector< dof_id_type > & | ids, |
std::vector< datum > & | data | ||
) | const |
Definition at line 31 of file parallel_ghost_sync.C.
References data, mesh, and libMesh::MeshBase::point().
MeshBase& libMesh::SyncNodalPositions::mesh |
Definition at line 800 of file parallel_ghost_sync.h.
Referenced by act_on_data(), and gather_data().