Skip to content

Commit

Permalink
update the update to working condition
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Jul 19, 2024
1 parent 4410722 commit c94a386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions grudge/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
from grudge.trace_pair import (
bdry_trace_pair,
bv_trace_pair,
connected_ranks,
# connected_ranks,
cross_rank_trace_pairs,
cross_rank_inter_volume_trace_pairs,
inter_volume_trace_pairs,
Expand All @@ -139,7 +139,6 @@
"bdry_trace_pair",
"bv_trace_pair",
"connected_parts",
"connected_ranks",
"cross_rank_inter_volume_trace_pairs",
"cross_rank_trace_pairs",
"elementwise_integral",
Expand Down
1 change: 1 addition & 0 deletions grudge/trace_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@

from arraycontext import (
ArrayContainer,
ArrayContext,
ArrayOrContainer,
dataclass_array_container,
flatten,
Expand Down

0 comments on commit c94a386

Please sign in to comment.