Changes between Version 7 and Version 8 of ModellingQuestions


Ignore:
Timestamp:
Oct 20, 2008, 1:46:54 PM (16 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModellingQuestions

    v7 v8  
    113113area and then set the corresponding friction values in the following way:
    114114
    115 {{{domain.set_quantity('friction',Polygon_function([(poly1,f1), (poly2,f2), (poly3,f3))]))}}}
     115{{{
     116domain.set_quantity('friction',Polygon_function([(poly1,f1), (poly2,f2), (poly3,f3))]))
     117}}}
    116118
    117119The values of {{{f1}}}, {{{f2}}} and {{{f3}}} could be constant or functions