Skip to content
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

Displacement-force curves #22

Closed
Batmanabcdefg opened this issue Oct 14, 2018 · 3 comments
Closed

Displacement-force curves #22

Batmanabcdefg opened this issue Oct 14, 2018 · 3 comments

Comments

@Batmanabcdefg
Copy link

Hi,
where can I find the displacement-force curve (output)?
Best

@tjhei
Copy link
Owner

tjhei commented Oct 15, 2018

We currently do not output it separately. I typically output the screen text to a file, then filter the lines, and plot using gnuplot:

mpirun -n 2 cracks tests/miehe_shear_2.prm | tee log.txt
grep No log.txt >data.txt
gnuplot
> plot "data.txt" using 4:13 w lp

@tjhei
Copy link
Owner

tjhei commented Oct 15, 2018

That said, we probably should generate a data file in the output directory. I will tackle that at some point.

@Batmanabcdefg
Copy link
Author

Dear Prof. Heister,

Thanks a lot for your support! & Kind regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants