Skip to content
Snippets Groups Projects

Feature/amg memory management

Merged Christian Engwer requested to merge feature/amg-memory-management into master
1 unresolved thread
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
@@ -110,12 +110,17 @@ namespace Dune
*/
Hierarchy(const std::shared_ptr<MemberType> & first);
Hierarchy() = default;
/**
* @brief Construct an empty hierarchy.
*/
Hierarchy() : levels_(0)
{}
/**
* @brief Copy constructor (deep copy!).
*/
Hierarchy(const Hierarchy& other);
/**
* @brief Add an element on a coarser level.
* @param args The arguments needed for the construction.
Loading