Replies: 1 comment 1 reply
-
|
Hi @shakasaki , you are very close, I tweeked your code for this result (changed the orientations to see the result): |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello gempy folks,
I am trying to use gempy's cokriging abilities to mesh a complex fault network within a homogeneous rock (granite). I want to treat the faults as surfaces in gempy to allow for curvature. I do not care about chronological relationships, the faults can cross each other in any direction.
I am able to do this only by assigning one surface (structural element?) at a time. I can initialize the model and then run
gp_model.structural_frame.structural_elements[0].name = 'fault1'to create the fault, and then populate its points and orientations. However, I would like to add several of these "independent) faults in the model before hitting the "compute" button. Below you see a minimal working example of the code that works (one fault at a time) and a comparison of what I would like to do (commented out). I'm pretty sure there is an easy workaround, but I haven't managed to find it.
Thank you in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions