Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2Unstructured triangular grid functions. 

3""" 

4 

5from .triangulation import * 

6from .tricontour import * 

7from .tritools import * 

8from .trifinder import * 

9from .triinterpolate import * 

10from .trirefine import * 

11from .tripcolor import * 

12from .triplot import *