Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions actx_dgfem_suite/codegen/pytato_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ def rec(self, expr: ArrayOrNames) -> str:
elts=[
self._get_tag_expr(tag)
for tag in expr.tags
if tag.__class__.__name__
not in ["NameHint"]
if tag.__class__.__name__ not in ["NameHint"]
]
),
ast.Name(lhs),
Expand Down
4 changes: 2 additions & 2 deletions actx_dgfem_suite/suite/tiny_maxwell_3D_P1/literals.npz.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: 7af3667004d41dc033fc60ff43497e35
size: 119240
- md5: 780cef037c7682838ed452ecd3b8d410
size: 118856
hash: md5
path: literals.npz
562 changes: 239 additions & 323 deletions actx_dgfem_suite/suite/tiny_maxwell_3D_P1/main.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: d435376bb746886c0b6b47dea9646700
size: 135895
- md5: c5c4e77fd03ad88e47bf5900d6a7d778
size: 74420
hash: md5
path: ref_input_args.pkl
4 changes: 2 additions & 2 deletions actx_dgfem_suite/suite/tiny_maxwell_3D_P1/ref_outputs.pkl.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: ed09af9b81bbb692df3b0e6d8db23ed6
size: 148122
- md5: c4f0e67c84e903023db91c91505ec9eb
size: 74384
hash: md5
path: ref_outputs.pkl
4 changes: 2 additions & 2 deletions actx_dgfem_suite/suite/tiny_maxwell_3D_P2/literals.npz.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: 8edd2464e0719cfc94d5955fe6c45fea
size: 60788
- md5: b3b56e32ce2a6105e793b870a7546fc5
size: 58868
hash: md5
path: literals.npz
Loading
Loading