ORNL-CEES/mfmg

Create two-level hierarchy

aprokop opened this issue · 1 comments

  • Develop a general hierarchy API
    Determine what it should be templated on. Right now, Mesh, Operator and MultiVector. However, it is unclear how Operator and Mesh should be separated. Should it be templated on the device too, or is it a part of Operator?
  • Write a Level specialization for dealii host
  • Write a Level specialization for dealii device

Done in #27 and #60.