-
Notifications
You must be signed in to change notification settings - Fork 3
Dirty attribute #42
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
Closed
Closed
Dirty attribute #42
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f45aed7
type annotations
tomvanmele 3445e80
remove print
tomvanmele e734a82
removed model reference from element tree
tomvanmele 68f5c5d
type checking and renaming
tomvanmele ed7700a
removed interface from elements
tomvanmele 2fdcc25
added a base block model
tomvanmele dab3feb
differentiate between element and model geometry
tomvanmele 6cab927
add resetter
tomvanmele 93da690
monkey patch frame
tomvanmele ecc74e0
update local patch of CRA
tomvanmele b00ce10
use bestfit frame
tomvanmele af494ad
update test script
tomvanmele 68e46d0
log
tomvanmele dc236bc
Merge branch 'main' into modelgeometry
tomvanmele 62fa182
ADD is_dirty attribute
petrasvestartas 3347c0f
REFACTOR annotations refactoring to use with python 3.9
petrasvestartas 3c69e8e
ADD grid_model example empty
petrasvestartas 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Example file to do the following: | ||
| # Create a model with 4 columns, 4 column-heads and 1 plate. | ||
| # Compute interactions between the elements. TODO: Add interactions and the base element level when geometry is computed. | ||
| # Change one column head and check if the elements are dirty. | ||
| # Recompute the modelgeometry. | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
This file will be used to draft a simple model where one element is changed by another to trigger "is_dirty" attribute for current and neighbours_out elements.
Later this example will be changed to a test file.