Rev | Line | |
---|
[26740] | 1 | Index: ../trunk-jpl/examples/ISMIP/runme.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/examples/ISMIP/runme.m (revision 26027)
|
---|
| 4 | +++ ../trunk-jpl/examples/ISMIP/runme.m (revision 26028)
|
---|
| 5 | @@ -123,22 +123,25 @@
|
---|
| 6 | %->
|
---|
| 7 |
|
---|
| 8 | % periodic boundaries have to be fixed on the sides
|
---|
| 9 | - % create tabs with the side of the domain
|
---|
| 10 | + % Find the indices of the sides of the domain, separately for x and y
|
---|
| 11 | % for x
|
---|
| 12 | - % create maxX #help find
|
---|
| 13 | + % create maxX, list of indices where x is equal to max of x (use >> help find)
|
---|
| 14 | %->
|
---|
| 15 |
|
---|
| 16 | - % create minX
|
---|
| 17 | + % create minX, list of indices where x is equal to min of x
|
---|
| 18 | %->
|
---|
| 19 |
|
---|
| 20 | - % for y, max X and minX should be excluded
|
---|
| 21 | - % create maxY
|
---|
| 22 | + % for y
|
---|
| 23 | + % create maxY, list of indices where y is equal to max of y
|
---|
| 24 | + % but not where x is equal to max or min of x
|
---|
| 25 | + % (i.e, indices in maxX and minX should be excluded from maxY and minY)
|
---|
| 26 | %->
|
---|
| 27 |
|
---|
| 28 | - % create minY
|
---|
| 29 | + % create minY, list of indices where y is equal to max of y
|
---|
| 30 | + % but not where x is equal to max or min of x
|
---|
| 31 | %->
|
---|
| 32 |
|
---|
| 33 | - % set the node that should be paired together
|
---|
| 34 | + % set the node that should be paired together, minX with maxX and minY with maxY
|
---|
| 35 | % #md.stressbalance.vertex_pairing
|
---|
| 36 | %->
|
---|
| 37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.