-
Dear Gempy developers, I am currently working through the Gempy tutorial ch1_5_fault_relations.ipynb. While attempting to understand the logic behind setting up fault relationships in Gempy, I noticed an issue. In my results, it seems that fault1 and fault2 do not exhibit any interaction. They appear as independent entities rather than fault2 being deformed by the influence of fault1 as shown in the official example. I am attaching my runtime environment details and the resulting output for reference. Could you please help me understand why my faults are not interacting as expected and how to resolve this issue? Thank you for your assistance. Best regards, APPENDIX:1、My runtime environment |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi,
Let me know if this works for you and if you have any questions. |
Beta Was this translation helpful? Give feedback.
Hi,
thanks for your question. You are definitely right - this tutorial is a little confusing. I have to go through it in more detail to see where it goes wrong and it is noted as something we need to improve. For now: Can you run the following piece of code. This should give you the desired result with a more straightforward setup. After initiating the model we define the structural frame, assign two groups as faults and set the fault relationships.