Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Fix face quadrature interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 26, 2015
1 parent 95ea5bb commit c82361d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hedge/backends/jit/__init__.py
Expand Up @@ -317,7 +317,8 @@ def map_quad_int_faces_grid_upsampler(self, op, field_expr):
eg_quad_info = eg.quadrature_info[qtag]

perform_elwise_operator(eg.ranges, eg_quad_info.el_faces_ranges,
eg_quad_info.ldis_quad_info.volume_to_face_up_interpolation_matrix(),
eg_quad_info.ldis_quad_info.volume_to_face_up_interpolation_matrix()
.copy(),
field, out)

return out
Expand Down

0 comments on commit c82361d

Please sign in to comment.