From 59bca7388603d209b49587257341a1baa15d9986 Mon Sep 17 00:00:00 2001 From: India Marsden <37078108+indiamai@users.noreply.github.com> Date: Sat, 11 Jan 2025 12:09:08 +0000 Subject: [PATCH] Rename redefining fe to fuse (#3960) Rename package --- .github/workflows/build.yml | 4 ++-- firedrake/mesh.py | 2 +- pyproject.toml | 1 + requirements-git.txt | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4ce3da9e0..fac37eef50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,8 +84,8 @@ jobs: --install defcon \ --install gadopt \ --install asQ \ - --package-branch fiat indiamai/union_different_coeff_size \ - --package-branch redefining_fe indiamai/dual_sets \ + --package-branch fiat indiamai/integrate_fuse \ + --package-branch fuse main \ || (cat firedrake-install.log && /bin/false) - name: Install test dependencies run: | diff --git a/firedrake/mesh.py b/firedrake/mesh.py index 547b7b2e87..65009f719e 100644 --- a/firedrake/mesh.py +++ b/firedrake/mesh.py @@ -37,7 +37,7 @@ from firedrake.adjoint_utils import MeshGeometryMixin from pyadjoint import stop_annotating import gem -from redefining_fe import constructCellComplex +from fuse import constructCellComplex try: import netgen diff --git a/pyproject.toml b/pyproject.toml index bb934e4182..892483e37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ dependencies = [ "pyadjoint-ad @ git+https://github.com/dolfin-adjoint/pyadjoint.git", "loopy @ git+https://github.com/firedrakeproject/loopy.git@main", "libsupermesh @ git+https://github.com/firedrakeproject/libsupermesh.git", + "fuse-element @ git+https://github.com/indiamai/fuse.git", ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/requirements-git.txt b/requirements-git.txt index ed6fb71bba..990ec151fb 100644 --- a/requirements-git.txt +++ b/requirements-git.txt @@ -5,4 +5,4 @@ git+https://github.com/firedrakeproject/loopy.git@main#egg=loopy git+https://github.com/firedrakeproject/pytest-mpi.git@main#egg=pytest-mpi git+https://github.com/firedrakeproject/petsc.git@firedrake#egg=petsc git+https://github.com/firedrakeproject/libsupermesh.git#egg=libsupermesh -git+https://github.com/indiamai/redefining_fe.git#egg=redefining_fe \ No newline at end of file +git+https://github.com/indiamai/fuse.git#egg=fuse \ No newline at end of file