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