You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
TransientPwElement has 27 functions, 20 of them are tested by the integration tests in test_transient_groundwater_flow.py
The following functions are tested:
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: