We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26c40f commit 6bd3f25Copy full SHA for 6bd3f25
pytential/symbolic/execution.py
@@ -252,7 +252,7 @@ def map_ones(self, expr: pp.Ones):
252
self.array_context.thaw(discr.nodes()[0]))
253
254
def map_node_coordinate_component(self, expr: pp.NodeCoordinateComponent):
255
- discr = self.places.get_discretization(
+ discr = self.places.get_target_or_discretization(
256
expr.dofdesc.geometry, expr.dofdesc.discr_stage)
257
258
x = discr.nodes()[expr.ambient_axis]
0 commit comments