libMesh::SyncNodalPositions Struct Reference
#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) |
| void | act_on_data (const std::vector< dof_id_type > &ids, std::vector< datum > &data) |
Public Attributes | |
| MeshBase & | mesh |
Detailed Description
Definition at line 434 of file parallel_ghost_sync.h.
Member Typedef Documentation
Definition at line 444 of file parallel_ghost_sync.h.
Constructor & Destructor Documentation
| libMesh::SyncNodalPositions::SyncNodalPositions | ( | MeshBase & | m | ) | [explicit] |
Member Function Documentation
| void libMesh::SyncNodalPositions::act_on_data | ( | const std::vector< dof_id_type > & | ids, | |
| std::vector< datum > & | data | |||
| ) |
| void libMesh::SyncNodalPositions::gather_data | ( | const std::vector< dof_id_type > & | ids, | |
| std::vector< datum > & | data | |||
| ) |
Member Data Documentation
Definition at line 454 of file parallel_ghost_sync.h.
The documentation for this struct was generated from the following file:
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:32 UTC
Hosted By: