Skip to content

Commit

Permalink
Update to use new AV interface (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam authored Jan 13, 2022
1 parent 161900a commit d443de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def my_rhs(t, state):
return (
ns_operator(discr, state=fluid_state, time=t, boundaries=boundaries,
gas_model=gas_model, quadrature_tag=quadrature_tag)
+ av_laplacian_operator(discr, cv=fluid_state.cv,
+ av_laplacian_operator(discr, fluid_state=fluid_state,
boundaries=boundaries,
boundary_kwargs={"time": t,
"gas_model": gas_model},
Expand Down

0 comments on commit d443de1

Please sign in to comment.