Search found 1 match

by herbalbesng
Mon Apr 25, 2011 8:16 pm
Forum: Soil Modelling
Topic: Two soil layers with different meshes.
Replies: 19
Views: 18145

Re: Two soil layers with different meshes.

I accept with information: set nx1 2
set ny1 2
set e1 1

block2D $nx1 $ny1 1 $e1 $Quad $eleArgs {
1 0 0
2 1 0
3 1 1
4 0 1
}

set nx2 2
set ny2 2
set e2 [expr $nx1*$ny1+1]

block2D $nx2 $ny2 2 $e2 $Quad $eleArgs {
2 1 0
5 2 0