source: trunk/anuga_core/source/anuga/fit_interpolate/__init__.py @ 7876

Last change on this file since 7876 was 7876, checked in by hudson, 14 years ago

Updates to docs

File size: 321 bytes
RevLine 
[2656]1"""
[7876]2    2D mesh fitting and interpolation.
3   
4    Maps quantity data over a 2D mesh. It calculates a smooth gradation of
5    data over the mesh, and allows data to be sampled at any given point.
6"""
[2656]7
8#Add path of package to PYTHONPATH to allow C-extensions to be loaded
9import sys
10sys.path += __path__
11
12
13
Note: See TracBrowser for help on using the repository browser.