Skip to content
Snippets Groups Projects
Commit fb193428 authored by Ellis Hoag's avatar Ellis Hoag
Browse files

The birth of a new function

parent 66aea308
No related branches found
No related tags found
No related merge requests found
......@@ -279,6 +279,10 @@ class ExecutionMapper(mappers.Evaluator,
return conn(self.queue, self.rec(field_expr)).with_queue(self.queue)
def map_opposite_partition_face_swap(self, op, field_expr):
raise NotImplementedError("map_opposite_partition_face_swap")
return None
def map_opposite_interior_face_swap(self, op, field_expr):
dd = op.dd_in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment