-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapter precice 3.1 with 3D support and "point load" #26
Open
efirvida
wants to merge
29
commits into
precice:develop
Choose a base branch
from
efirvida:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
dbe3513
first commit
efirvida d91859b
First Release
efirvida f2fed88
Add turek-hron calculix
efirvida 21e9034
refactor Tutorials
efirvida da285ff
add breaking-dam-2d tutorial
efirvida 11a3e7b
rename perpendicular-flap tutorial folder
efirvida e91af7c
add elastic-tube-3d tutorial
efirvida 58a0db9
remove old test
efirvida 80380a5
Refactor Adapter solvers
efirvida 452f027
Fix fluid domain tower stl mesh
efirvida 844c9b4
Add flow-over-heated-plate tutorial first commit
efirvida fa29673
cht
efirvida 5695abf
Store states as dynamic list of states
efirvida 9a15064
Refactor adapter to use legacy class architecture
efirvida cbbc826
Add perpendicular flap tutorial
efirvida fc02757
Revert trivial changes.
BenjaminRodenberg 8da8e15
Revert some more trivial changes.
BenjaminRodenberg 45affcc
Revert changes related to versioneer.
BenjaminRodenberg d90736d
Revert some more changes and reduce diff.
BenjaminRodenberg 55b5496
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg 867917a
Add and apply autopep8.
BenjaminRodenberg e94d5b7
Add linters again.
BenjaminRodenberg 4aebb55
Add dockerfile again (removing it was unrelated to PR).
BenjaminRodenberg de46fbf
Add tests and CI again.
BenjaminRodenberg 74eedce
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg ac4a620
Move case.
BenjaminRodenberg 8242c91
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg 6d1c52f
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg 3be54df
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -20,7 +20,8 @@ Notes: | |
|
||
* This adapter is a fork from the original [FEniCS-preCICE adapter](https://github.com/precice/fenics-adapter). Based on [v1.2.0](https://github.com/precice/fenics-adapter/releases/tag/v1.2.0). | ||
* This adapter is currently under development and experimental. | ||
* Target version: dolfinx v0.5.2. Other version that have been tested and might also work: v0.4.1 | ||
* Target version: dolfinx v0.8.0. | ||
* Target version: preCICE v3. | ||
|
||
## Installing the package | ||
|
||
|
@@ -44,7 +45,7 @@ Make sure to install the following dependencies: | |
* python3 (this adapter **only supports python3**) | ||
* [the python language bindings for preCICE](https://github.com/precice/python-bindings) | ||
* :construction: [FEniCSx](https://fenicsproject.org/) (with python interface, installed by default) (under construction refer to notes on FEniCSx below) :construction: | ||
* and scipy (`pip3 install scipy`) | ||
|
||
|
||
#### Build and install the adapter | ||
|
||
|
@@ -90,4 +91,6 @@ If you are using FEniCSx, please also consider the information on [the official | |
|
||
2021: For development of FEniCSx support, `precice/[email protected]` was forked as `precice/fenicsx-adapter`. The required modifications were carried out by [Benjamin Rodenberg](https://www.cs.cit.tum.de/sccs/personen/benjamin-rodenberg/) and [Ishaan Desai](https://www.ipvs.uni-stuttgart.de/institute/team/Desai/). | ||
|
||
2023: [Philip Hildebrand](https://github.com/PhilipHildebrand) updated the adapter to a [first minimal working version](https://github.com/precice/fenicsx-adapter/pull/15) and contributed a [first tutorial](https://github.com/precice/tutorials/pull/317) in the scope of his Bachelor's thesis ["Extending the FEniCSx Adapter for the Coupling Library preCICE"](https://mediatum.ub.tum.de/node?id=1706280) under supervision of [Benjamin Rodenberg](https://www.cs.cit.tum.de/sccs/personen/benjamin-rodenberg/) and [Ishaan Desai](https://www.ipvs.uni-stuttgart.de/institute/team/Desai/). | ||
2023: [Philip Hildebrand](https://github.com/PhilipHildebrand) updated the adapter to a first minimal working version (https://github.com/precice/fenicsx-adapter/pull/15) and contributed a first tutorial (https://github.com/precice/tutorials/pull/317) in the scope of his Bachelor's thesis ["Extending the FEniCSx Adapter for the Coupling Library preCICE"](https://mediatum.ub.tum.de/node?id=1706280) under supervision of [Benjamin Rodenberg](https://www.cs.cit.tum.de/sccs/personen/benjamin-rodenberg/) and [Ishaan Desai](https://www.ipvs.uni-stuttgart.de/institute/team/Desai/). | ||
|
||
2024: [Eduardo Firvida](https://github.com/efirvida) updated the adapter to a minimal working version (https://github.com/precice/fenicsx-adapter/pull/26) with FSI and 3D support for preCICEv3. In the scope of his PhD Thesis. |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer need scipy?