Changeset 8618
- Timestamp:
- Nov 14, 2012, 11:40:47 AM (12 years ago)
- Location:
- trunk/anuga_core/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r8569 r8618 1380 1380 self.y_gradient *= 0.0 1381 1381 1382 def get_integral(self, full_only= False):1382 def get_integral(self, full_only=True): 1383 1383 1384 1384 """Compute the integral of quantity across entire domain.""" -
trunk/anuga_core/source/anuga_parallel/run_sequential_dist_distribute_rectangular.py
r8611 r8618 53 53 #-------------------------------------------------------------------------- 54 54 myid = 0 55 numprocs = 455 numprocs = 1 56 56 57 57 -
trunk/anuga_core/source/anuga_parallel/sequential_distribute.py
r8610 r8618 35 35 36 36 domain.set_boundary(bdmap) 37 38 39 if numprocs == 1 : return # Bypass40 37 41 38
Note: See TracChangeset
for help on using the changeset viewer.