-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Include algorithm * systematically add from future import annotations (#87) for Python 3.8 annotation compatibility * Sort imports for safe MPI initialization * Add scalar constraint to inelastic condition (#99) Bump dolfinx versions * Use numpy.floating instead of explicit types * Fix docker images * Another lib fix * Fix floating type * Fix typo in version * Check docker image build on CI (#116) * Make post release fix * Update build instructions * Fix max normal component in contact slip * Pin nanobind version in build requirements and bump version * Revert branches --------- Co-authored-by: Min RK <[email protected]>
- Loading branch information
Showing
7 changed files
with
28 additions
and
15 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 |
---|---|---|
|
@@ -22,10 +22,10 @@ jobs: | |
- name: Install DOLFINx | ||
uses: jorgensd/actions/[email protected] | ||
with: | ||
dolfinx: main | ||
ufl: main | ||
ffcx: main | ||
basix: main | ||
dolfinx: v0.9.0 | ||
ufl: 2024.2.0 | ||
ffcx: v0.9.0 | ||
basix: v0.9.0 | ||
petsc_arch: ${PETSC_ARCH} | ||
|
||
- name: Install DOLFINx-MPC (C++) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
basix: main | ||
ufl: main | ||
ffcx: main | ||
|
||
- name: Run build-wrapper | ||
run: | | ||
cmake -S ./cpp -B build-mpc | ||
|
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