Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a672e08
Test GEM tabulations
pbrubeck Aug 26, 2025
bee6323
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Aug 28, 2025
f5f5b0b
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Aug 28, 2025
8720314
Merge branch 'pbrubeck/gem-tabulation' of github.com:firedrakeproject…
pbrubeck Aug 28, 2025
e605529
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Aug 28, 2025
01d07c2
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Oct 15, 2025
e53327a
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Oct 16, 2025
d28c22b
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Oct 20, 2025
14a55f2
Switch branch
pbrubeck Oct 21, 2025
b2f0afe
Update .github/workflows/core.yml
pbrubeck Oct 23, 2025
d6f8b74
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Oct 23, 2025
da7b19a
debug
pbrubeck Oct 23, 2025
9814911
trigger CI
pbrubeck Oct 23, 2025
a5d8697
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Oct 25, 2025
3a46bdb
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Oct 25, 2025
1d9b82c
restore tests
pbrubeck Oct 25, 2025
e532b62
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Dec 15, 2025
872f616
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Dec 15, 2025
96d9b8c
Merge branch 'pbrubeck/gem-tabulation' of github.com:firedrakeproject…
pbrubeck Jan 30, 2026
fe51122
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Jan 30, 2026
66ab79f
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Jan 31, 2026
89ed286
empty commit
pbrubeck Feb 4, 2026
d31bb37
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Feb 4, 2026
830a330
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Feb 11, 2026
73b2e16
DO NOT MERGE
pbrubeck Feb 11, 2026
dcac5b6
Merge branch 'main' into pbrubeck/gem-tabulation
pbrubeck Feb 11, 2026
d71643a
debug
pbrubeck Feb 11, 2026
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
# TODO RELEASE
"fenics-ufl @ git+https://github.com/FEniCS/ufl.git@main",
# TODO RELEASE
"firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@main",
"firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@pbrubeck/gem-tabulation",
"h5py>3.12.1",
"immutabledict",
"libsupermesh",
Expand Down
2 changes: 2 additions & 0 deletions tests/firedrake/regression/test_star_pc.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ def test_vanka_equivalence(problem_type):
filter_warnings(star_solver.solve)
star_its = star_solver.snes.getLinearSolveIterations()

mh._shared_data_cache["transfer_kernels"] = {}

u.assign(0)
comp_solver = NonlinearVariationalSolver(nvproblem, solver_parameters=comp_params, nullspace=nsp)
filter_warnings(comp_solver.solve)
Expand Down
Loading