-
Notifications
You must be signed in to change notification settings - Fork 19
Add reconfiguration example to C.I 🌀 #557
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
Conversation
|
Can we add this example as a test problem ? It takes 20 s in my computer: |=================================================|
| _ _ _ _ _ _ _ _ |
| / / /| / / / / / |
| / / / | / /_ _ /_ _ / /_ _ |
| / / / | / / / / / |
| /_ _ / / |/ _ _ / / / _ _ / |
| |
|-------------------------------------------------|
| Welcome to ONSAS v0.2.7. |
| This program comes with ABSOLUTELY NO WARRANTY. |
| Please read the COPYING.txt and README.md files |
|-------------------------------------------------|
| Solving problem: staticReconfigurationCircle
| - Cleaning output directory ... done.
| |
| Analysis progress: |0 50 100| % |
| |====================| |
| Time: 20.6 sec |
| |
| Iters: avg max | Stop by: force disp iters |
| 5.9 8 | 10 0 0 |
| - writing report file ... done. |
|=================================================|
warning: mkdir: directory exists
verifBoolean = 1 |
TheChikenfly
left a comment
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.
nice work!
Thanks for contributing, I think that if we add this problem into the tests, we are going to be testing all the hydrodynamic-corotational features:
|
|
Adding this as a test is fine by me. |
|
I am facing an issue with the local path to load a |
|
I also think it is a good idea to have this as a test |
jorgepz
left a comment
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.
left some comments
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Fixed matlab .mat reconfiguration example
Thank you both for the comments, I've solved it exporting a .mat from matlab with the flag |
I solved this by adding to path both, addpath( genpath( [ pwd '/../../src'] ) );
addpath( genpath( [ pwd ] ) ); |
Done |
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
…into mvanzulli/reconfiguration
This PR closes #363. Thanks to @TheChikenfly who provided the example geometric parameters and also the reference.
Validation Plots:
.gitignore changes:
Since sometimes external data is required for validation examples. I released examples to save .mat files inside
examplesfolder. Thanks to @TheChikenfly for his contributions 💯To reproduce the validation results this repo can be used: https://github.com/mvanzulli/Reconfiguration-Beam. Thanks to @frederickgosselin and Laboratory for Multiscale Mechanics for making the code public.