-
Notifications
You must be signed in to change notification settings - Fork 239
General Parameter interface. #1357
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
6b7e9f8
[PL] added spatial position class
chleh 380c4e7
[PL] Parameter uses SpatialPosition
chleh a406436
[PL] addapted to changed parameter interface
chleh 8b6da9c
[PL] separate files for specific parameter implementations
chleh 79b1a1d
[AppL] Parameters created by new function
chleh 51eb224
[MeL] getComponent() added
chleh 0dcaba1
[PL] use getComponent()
chleh ce69aca
[PL] added getNumComp(), added docu, added check
chleh 2039bc4
[PL] number of components of parameters must be specified
chleh 558cc08
[PL] moved some utils to separate file
chleh 4facfad
[PL] IC essentially is a Parameter
chleh ddc6380
[AppL] parse params before pcs vars
chleh 04a20e3
pass time to setICs().
chleh 1621528
[PL] added mesh node parameter
chleh 96e5c7f
[PL] moved parameter related files to subdirectory
chleh 8f614c0
[AppL] move parameters
chleh 6218f68
[PL] added docu
chleh b840b88
[PL] removed IC class
chleh e2ddf97
[PL] fix msvc++ build
chleh 2873a98
[PL] corrected error message
chleh cce0095
[PL] removed unneeded "template" token
chleh bedc9a8
[PL] fixed variable name
endJunction 6858b65
[PL] added const to variables
endJunction b46d339
[Data] updated data
chleh 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
What is the meaning of
1
?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.
1 == The parameter has one component.