Skip to content

Commit

Permalink
Fix supraventricular crest element mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
rchristie committed Mar 14, 2018
1 parent 643ac08 commit 7b24bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def generateMesh(region, options):
remapEftNodeValueLabel(eft1, [ 4 ], Node.VALUE_LABEL_D_DS2, [ (Node.VALUE_LABEL_D_DS1, [1]) ])
tricubichermite.setEftLinearDerivativeXi3(eft1, 4, 8, 4, 8, 1)
remapEftNodeValueLabel(eft1, [ 7 ], Node.VALUE_LABEL_D_DS2, [ (Node.VALUE_LABEL_D_DS3, [1]) ])
remapEftNodeValueLabel(eft1, [ 7 ], Node.VALUE_LABEL_D_DS3, [ (Node.VALUE_LABEL_D_DS2, []) ])
remapEftNodeValueLabel(eft1, [ 7 ], Node.VALUE_LABEL_D_DS3, [ (Node.VALUE_LABEL_D_DS2, []), (Node.VALUE_LABEL_D_DS3, [1]) ])
remapEftNodeValueLabel(eft1, [ 8 ], Node.VALUE_LABEL_D_DS2, [ (Node.VALUE_LABEL_D_DS1, []) ])

elementtemplate1 = mesh.createElementtemplate()
Expand Down

0 comments on commit 7b24bc3

Please sign in to comment.