-
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.
Implement
InitialCondition
and store that in the systems (#159)
* Add `InitialCondition` * Use `InitialCondition` in `Semidiscretization` * Revert "Use `InitialCondition` in `Semidiscretization`" This reverts commit 479719b. * Store initial condition in systems * Adapt shapes * Remove `MergeShapes` * Start adapting example files * Fix undefined values * Only set current and not initial coordinates of solids in `restart_with` * Fix examples * Fix tests * Reformat code * Implement suggestions * Reformat code * Move smoothing kernel check before acceleration check The default acceleration depends on the smoothing kernel dimensionality, so passing a wrong smoothing kernel yielded "acceleration must be of length", which was confusing.
- Loading branch information
1 parent
e9e05c5
commit e19b806
Showing
34 changed files
with
523 additions
and
586 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
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
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
Oops, something went wrong.