Skip to content
Snippets Groups Projects
Commit c907d6b3 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[box][fvgridgeom] improve docu

parent 914a3725
No related branches found
No related tags found
2 merge requests!1269[1pncmin tests changed],!1233Fix/periodic boundaries
......@@ -313,7 +313,7 @@ public:
std::size_t periodicallyMappedDof(std::size_t dofIdx) const
{ return periodicVertexMap_.at(dofIdx); }
//! The index of the vertex / d.o.f. on the other side of the periodic boundary
//! Returns the map between dofs across periodic boundaries
const std::unordered_map<std::size_t, std::size_t> periodicVertexMap() const
{ return periodicVertexMap_; }
......@@ -504,7 +504,7 @@ public:
std::size_t periodicallyMappedDof(std::size_t dofIdx) const
{ return periodicVertexMap_.at(dofIdx); }
//! The index of the vertex / d.o.f. on the other side of the periodic boundary
//! Returns the map between dofs across periodic boundaries
const std::unordered_map<std::size_t, std::size_t> periodicVertexMap() const
{ return periodicVertexMap_; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment