Skip to content

Commit

Permalink
[L2ProductFunctionalQ1] fix handling of parametric Neumann data
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrave committed May 17, 2017
1 parent 7050bcd commit 8f4f538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymor/operators/cg.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def __init__(self, grid, function, boundary_info=None, dirichlet_data=None, neum
self.robin_data = robin_data
self.order = order
self.name = name
self.build_parameter_type(function, dirichlet_data)
self.build_parameter_type(function, dirichlet_data, neumann_data)

def _assemble(self, mu=None):
g = self.grid
Expand Down

0 comments on commit 8f4f538

Please sign in to comment.