|
libMesh
|
#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 808 of file parallel_ghost_sync.h.
Definition at line 818 of file parallel_ghost_sync.h.
|
explicit |
Definition at line 26 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 51 of file parallel_ghost_sync.C.
References libMesh::index_range(), 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 32 of file parallel_ghost_sync.C.
References libMesh::index_range(), mesh, and libMesh::MeshBase::point().
| MeshBase& libMesh::SyncNodalPositions::mesh |
Definition at line 828 of file parallel_ghost_sync.h.
Referenced by act_on_data(), and gather_data().
1.8.14