Closed mallickrishg closed 1 year ago
@mallickrishg I've created a modified triple junction notebook:
https://github.com/brendanjmeade/bemcs/blob/main/notebooks/example_triple_junctions_120.ipynb
mat
and vec
indicating matrices and vectors appear as suffixes in variable names. It's getting there!_no_rotation
function for constant slip. Did you build a rotated constant slip function as you did for the quadratic case? We should have a notebook documenting the use of these for just a single element that is not aligned along the x-axis.All in all, I'm still not sure we have a solid solution to the triple junction problem. We may, and I just haven't realized it yet, but I'm just not sure.
Both of triple junction approaches built by @mallickrishg are looking good and now have comparisons with a constant slip model. Some findings:
Can we submit the 2nd invariant plots as new images for the rorschach test? Or at least a journal cover photo? It's beautiful!
There are so many technical details and pictures are going to be an important way to tell the story and draw people in to listen to the ideas!
@brendanjmeade This is a problem related to automating the labeling of nodes of fault segments that intersect. Consider a geometry of a wavy fault in a rectangular box (attached image), I was wondering if you had suggestions for how to come up with a general scheme to label which fault nodes overlap between which fault elements? So far, this has been easy because I only dealt with sequential elements and the first and last fault elements had free/unconstrained nodes.
With closed loops, it's a bit different but possibly simpler since there are no unconstrained nodes - the first and last element end up sharing a node.
For intersecting faults however, I think this might be a problem. In the figure below, elements 32,33 & 38 have a common node and similarly 14,15 & 46. I will think about this today.