Skip to content
Closed
Changes from 1 commit
Commits
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
5 changes: 5 additions & 0 deletions docs/examples/grid_model/000_one_unit.py
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.
Copy link
Collaborator Author

@petrasvestartas petrasvestartas Dec 11, 2024

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.

Loading