source: trunk/anuga_core/source/anuga_parallel/interface.py @ 7811

Last change on this file since 7811 was 7811, checked in by steve, 14 years ago
File size: 635 bytes
Line 
1"""This is the public API to ANUGA_PARALLEL.
2
3Ideally, all tools needed to run paralllel simulations should be
4imported from this module or anuga
5"""
6
7from anuga_parallel.parallel_api import distribute
8from anuga_parallel.parallel_api import myid, numprocs, get_processor_name
9from anuga_parallel.parallel_api import send, receive
10from anuga_parallel.parallel_api import pypar_available, barrier, finalize
11
12from anuga_parallel.parallel_meshes import parallel_rectangle
13
14from parallel_shallow_water import Parallel_domain as Parallel_shallow_water_domain
15from parallel_advection     import Parallel_domain as Parallel_advection_domain
Note: See TracBrowser for help on using the repository browser.