-
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
Struggling with SpeedOfSound management ... #120
Comments
Hi @pbouda95,
This is true when using For several integration points (managed by the Unfortunately, this data structure ( |
Hi @thelfer, Thanks for the quick answer. Thanks, |
I don't see any :) |
Hello @thelfer, I will provide the missing bindings ASAP. However there is still something which bothers me: What about the way to provide the mass density at the reference configuration ? I did not see any information about that. One solution might be to push it through an Thanks, |
You're right. The mass density is not passed right now ! |
@pbouda95 branch 121-pass-the-mass-density-from-the-materialdatamanager contains a first implementation that may provide the wanted feature. It seems that a memory fault may happen from time to time, although So it's mostly a work in progress, but you can start playing with it and consider porting the tests |
Hello,
As a user of the
MaterialDataManager
class through fortran bindings, I am trying to handle the@SpeedOfSound
from the solver point of view.First, I did not manage to find a crystal clear explanation about its features in the documentation so I looked at the Doxygen (in
include/MGIS/Behaviour/Behaviour.hxx
). It says that you need to activate a flag trough the first component of the tangent operator array (must be > 50). However, my implementations did not succeed so I am wondering if I am doing something wrong here.Does anybody have a clue on it ?
Cheers,
The text was updated successfully, but these errors were encountered: