-
Notifications
You must be signed in to change notification settings - Fork 248
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
[GeoMechanicsApplication] Assessment of making TransientPwElement inherent from Element #12996
Comments
TransientPwElement has 27 functions, 20 of them are tested by the integration tests in test_transient_groundwater_flow.py
The other functions are not tested by now but they return zero values except CalculateOnIntegrationPoints in the case of PERMEABILITY_MATRIX
InitializeNonLinearIteration and FinalizeNonLinearIteration are empty, just override the base class functions. Some of TransientPwElement functions use
In addition strategy and scheme classes call |
Currently, TransientPwElement is inherent from UPw element which leads to unnecessary methods. At the same time TransientPwLineElement is inherent from Element and it has much smaller number of methods.
This issue goal is to investigate making TransientPwElement inherent from Element.
The text was updated successfully, but these errors were encountered: