Changeset 5210


Ignore:
Timestamp:
Apr 11, 2008, 4:36:54 PM (17 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/test_region.py

    r5208 r5210  
    88#from anuga.config import epsilon
    99from Numeric import allclose, average #, array, ones, Float
    10 
     10 """
     11This is what the mesh in these tests look like;
     12
     133---7
     14|5 /|
     15| /6|
     162---6
     17|3 /|
     18| /2|
     191---5
     20|1 /|
     21| /0|
     220---4
     23"""
    1124
    1225def add_x_y(x, y):
Note: See TracChangeset for help on using the changeset viewer.