Skip to content

Commit

Permalink
interfaces: fix the elastic-rigid interface
Browse files Browse the repository at this point in the history
  • Loading branch information
matael committed Oct 27, 2021
1 parent d140477 commit cd14602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymls/interface/interfaces_rigid.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ def pem_rigid_interface(O):
def elastic_rigid_interface(O):

Omega_minus = np.zeros((4,2), dtype=np.complex)
Omega_minus[1,0] = O[0]
Omega_minus[0,1] = O[1]
Omega_minus[2,0] = -O[1]
Omega_minus[3,1] = 1

tau_tilde = 0

Expand Down

0 comments on commit cd14602

Please sign in to comment.