Guest User

Untitled

a guest
Jan 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. IF (NODE==mst(2,1)) THEN
  2. IF (JDOF .EQ. 1) THEN
  3. U(1)=0.01
  4. ELSE IF (JDOF .EQ. 2) THEN
  5. U(1)=0
  6. ELSE
  7. U(1)=0
  8. END IF
  9. END IF
Add Comment
Please, Sign In to add comment