-
Notifications
You must be signed in to change notification settings - Fork 3
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
Structural Mechanics Cases #7
Open
WeiqSun97
wants to merge
46
commits into
master
Choose a base branch
from
StructuralMechanicsWorkFlow
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
aef86d5
A new structural solver box
WeiqSun97 9abec2a
Enable the new box created to be detected
WeiqSun97 50654a7
A change of the name of the solver_type
WeiqSun97 068c2f4
To type filename correctly
WeiqSun97 7fbce47
Enables new boxes to be detected
WeiqSun97 9b8335d
Set output name
WeiqSun97 c24496c
To define structural material properties
WeiqSun97 a752602
To define new outputs
WeiqSun97 d3c1c57
To merge several boolean into an array
WeiqSun97 d821956
To define boundary conditions
WeiqSun97 b0352c5
To define a time interval
WeiqSun97 eba8a6b
To define a constant load
WeiqSun97 263722d
To define a vector as an array
WeiqSun97 6bc5f6e
To be able typing input filename
WeiqSun97 a77ca0a
Project parameters for structural mechanics cases
WeiqSun97 03bc2c1
An example
WeiqSun97 50ee40f
Correction of the filename
WeiqSun97 d998d8a
Relocation
WeiqSun97 d95a9d7
Modification of the description
WeiqSun97 9d4ddb1
Correction of the filename, title and registration.
WeiqSun97 5823155
Rename the function
WeiqSun97 06cd5aa
Correction of the filename, title and registration.
WeiqSun97 3f7970b
Rename the function
WeiqSun97 d2aebf8
Correction of the description
WeiqSun97 2ec3e33
Merge remote-tracking branch 'origin/StructuralMechanicsWorkFlow' int…
WeiqSun97 fed6253
Delete merged code
WeiqSun97 be2a39d
Modification of a box due to a change of the box name
WeiqSun97 a34de81
Hyper reduced order model example
WeiqSun97 1b84156
New node to assign scalar variable to conditions process
WeiqSun97 37c9f18
Download file with correct extension
WeiqSun97 bff6599
Change of module name and node name
WeiqSun97 ad20de9
Add new force node
WeiqSun97 d85fdd9
More possible problem types
WeiqSun97 2724d7f
Add another problem type
WeiqSun97 c5e59d2
Actualization of the example
WeiqSun97 993a938
A new example
WeiqSun97 8f71882
No initializing the input filename
WeiqSun97 51f1d15
No initializing module names
WeiqSun97 efdd6ef
A new force node
WeiqSun97 dd021fd
Add a new possible model part name
WeiqSun97 2f0b06a
Erasing unused files
Rbravo555 d0086ef
Add an extra output from the Parsed Model Part: the file name.
Rbravo555 71a142b
Accept the file name as an input to the model import settings box
Rbravo555 47c6d85
adding default values in processes
Rbravo555 2eb96f4
Erasing some examples that still need more work
Rbravo555 d9b9f9d
Updating Structural Mechanics example
Rbravo555 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 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
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.
Typo
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.
I think you are commenting on an outdated file, as the specific file material_writer.js has been modified in this PR.