From 4645f8ee73d7edc456445b1a3099f5c6f91bb3dc Mon Sep 17 00:00:00 2001
From: Felix Schindler <felix.schindler@wwu.de>
Date: Fri, 21 Sep 2018 17:59:21 +0200
Subject: [PATCH] [operators.advection-fv] add todo

---
 dune/gdt/operators/advection-fv.hh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dune/gdt/operators/advection-fv.hh b/dune/gdt/operators/advection-fv.hh
index 304626da5..d0922ea23 100644
--- a/dune/gdt/operators/advection-fv.hh
+++ b/dune/gdt/operators/advection-fv.hh
@@ -26,6 +26,10 @@ namespace GDT {
 
 
 /**
+ * \attention This operator will not work on a grid view with hanging nodes.
+ *
+ * \todo Refactor the coupling op as in the DG case to be applied on each side individually.
+ *
  * \note See OperatorInterface for a description of the template arguments.
  *
  * \sa OperatorInterface
-- 
GitLab