diff --git a/grudge/execution.py b/grudge/execution.py index 975cdc166e2cb677142187e5b853c84bcaf2a368..a0624479210f84b72ccbec58b9372e6282025211 100644 --- a/grudge/execution.py +++ b/grudge/execution.py @@ -75,8 +75,8 @@ class ExecutionMapper(mappers.Evaluator, discr = self.dcoll.discr_from_dd(expr.dd) return thaw(self.array_context, discr.nodes( # only save volume nodes or boundary nodes - # (but not interior ones, which are likely only used once - # to compute the normals) + # (but not nodes for interior face discretizations, which are likely only + # used once to compute the normals) cached=( discr.ambient_dim == discr.dim or expr.dd.is_boundary_or_partition_interface()