1#ifndef CHI_MESHCONTINUUM_VERTEXHANDLER_H
2#define CHI_MESHCONTINUUM_VERTEXHANDLER_H
GlobalIDMap::iterator begin()
chi_mesh::Vector3 & operator[](const uint64_t global_id)
std::map< uint64_t, chi_mesh::Vector3 > m_global_id_vertex_map
const chi_mesh::Vector3 & operator[](const uint64_t global_id) const
void Insert(const uint64_t global_id, const chi_mesh::Vector3 &vec)
GlobalIDMap::const_iterator end() const
GlobalIDMap::iterator end()
size_t NumLocallyStored() const
GlobalIDMap::const_iterator begin() const
std::map< uint64_t, chi_mesh::Vector3 > GlobalIDMap