-
Notifications
You must be signed in to change notification settings - Fork 35
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
Commands for Obtaining Calculation Results #114
Comments
Hi, |
Thanks for your answer. May I ask what is the difference between m.s1. gradients [0:] and m.s1. gradients [1:]? Why are there two? What would happen if I only assigned one value? |
@tiantian0347 Sorry for not responding, I did not see your question. Did you find the anwsers ? |
Hi,
Thanks for your reply, it was very helpful to me. I will learn this test and contact you if I have any questions.
Best wishes.
---- Replied Message ----
| From | Thomas ***@***.***> |
| Date | 06/05/2023 16:44 |
| To | thelfer/MFrontGenericInterfaceSupport ***@***.***> |
| Cc | 田甜 ***@***.***>,
Author ***@***.***> |
| Subject | Re: [thelfer/MFrontGenericInterfaceSupport] Commands for Obtaining Calculation Results (Issue #114) |
Hi,
The setExternalStateVariable method is here for that. You have various examples in the tests. See IntegrationTest5.py for instance.
The tangent operator is available through the MaterialDataManager in the K member, the other through the MaterialStateManager in stored_energies and dissipated_energies members.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Ok, let me know if you have any trouble |
Hello,what command should I use to update the calculated values of external variables in a Python program? And what command should I use to call the results calculated in tangenerator, such as @ Integrator and @ DissipatedEnergy?
The text was updated successfully, but these errors were encountered: