Create two-level hierarchy
aprokop opened this issue · 1 comments
aprokop commented
- Develop a general hierarchy API
Determine what it should be templated on. Right now,Mesh
,Operator
andMultiVector
. However, it is unclear howOperator
andMesh
should be separated. Should it be templated on the device too, or is it a part ofOperator
? - Write a
Level
specialization fordealii
host - Write a
Level
specialization fordealii
device