Skip to content
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
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
dbe3513
first commit
efirvida Jul 16, 2024
d91859b
First Release
efirvida Jul 26, 2024
f2fed88
Add turek-hron calculix
efirvida Jul 28, 2024
21e9034
refactor Tutorials
efirvida Jul 29, 2024
da285ff
add breaking-dam-2d tutorial
efirvida Jul 30, 2024
11a3e7b
rename perpendicular-flap tutorial folder
efirvida Jul 30, 2024
e91af7c
add elastic-tube-3d tutorial
efirvida Jul 30, 2024
58a0db9
remove old test
efirvida Jul 30, 2024
80380a5
Refactor Adapter solvers
efirvida Jul 31, 2024
452f027
Fix fluid domain tower stl mesh
efirvida Jul 31, 2024
844c9b4
Add flow-over-heated-plate tutorial first commit
efirvida Jul 31, 2024
fa29673
cht
efirvida Aug 1, 2024
5695abf
Store states as dynamic list of states
efirvida Aug 5, 2024
9a15064
Refactor adapter to use legacy class architecture
efirvida Aug 5, 2024
cbbc826
Add perpendicular flap tutorial
efirvida Aug 9, 2024
fc02757
Revert trivial changes.
BenjaminRodenberg Nov 26, 2024
8da8e15
Revert some more trivial changes.
BenjaminRodenberg Nov 26, 2024
45affcc
Revert changes related to versioneer.
BenjaminRodenberg Nov 26, 2024
d90736d
Revert some more changes and reduce diff.
BenjaminRodenberg Nov 26, 2024
55b5496
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg Nov 26, 2024
867917a
Add and apply autopep8.
BenjaminRodenberg Nov 26, 2024
e94d5b7
Add linters again.
BenjaminRodenberg Nov 26, 2024
4aebb55
Add dockerfile again (removing it was unrelated to PR).
BenjaminRodenberg Nov 26, 2024
de46fbf
Add tests and CI again.
BenjaminRodenberg Nov 26, 2024
74eedce
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg Nov 26, 2024
ac4a620
Move case.
BenjaminRodenberg Nov 26, 2024
8242c91
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg Nov 26, 2024
6d1c52f
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg Nov 26, 2024
3be54df
Merge branch 'develop' into efirvida_develop
BenjaminRodenberg Nov 26, 2024
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
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/build-and-test.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep the build and test CI, hence we need this file, and the Action to pass.

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/build-docker.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to keep this CI.

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/check-links.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as other CI related files. Let us keep this file to keep the check.

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/check-markdown.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as other CI related files. Let us keep this file to keep the check.

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/check-pep8.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as other CI related files. Let us keep this file to keep the check.

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/run-tutorials.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets keep this file. It is okay if the tutorial CI fails for now. Eventually when we move the case to the precice/tutorials repository, the CI will pass again.

This file was deleted.

Loading