-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*** Makes thwaites depend on g-adopt *** Any bit of code that required fixing but is duplicated in g-adopt is now imported from g-adopt, specifically: extend_function_to_3d, is_continuous, normal_is_continuous. VertexBasedP1DGLimiter is subclassed to add special treatment of squeezed triangles. In test_*.py files please do not add any code that's run when imported as a module, as pytest will automatically import all of these to discover what files there are, and thus that code will already be run before pytest itself runs any tests. If you want to add code when the test file is run as a script, add a `if __name__ == "__main__"` guard. One of the UFL changes seems to have broken RTCE on tensor product meshes (firedrakeproject/firedrake#3243). Have implemented a fix in a fork of FInAT (https://github.com/thwaitesproject/FInAT) that should now be pulled in the CI.
- Loading branch information
1 parent
f98392f
commit c420600
Showing
5 changed files
with
11 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
pandas | ||
argparse | ||
rasterio | ||
scipy == 1.9.1 | ||
git+https://github.com/g-adopt/g-adopt@angus-g/ufl-update#egg=gadopt | ||
git+https://github.com/thwaitesproject/FInAT.git@fix-hcurl-degree#egg=finat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters