Changeset 7928


Ignore:
Timestamp:
Aug 6, 2010, 3:10:27 PM (14 years ago)
Author:
steve
Message:

Moved pymetis nto anuga_parallel

Location:
trunk/anuga_core/source
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/generic_domain.py

    r7810 r7928  
    14361436
    14371437        # Initialise interval of timestep sizes (for reporting only)
     1438        # Note that we set recorded_min_timestep to be large so that it comes
     1439        # down through the evolution, similarly recorded_max_timestep
    14381440        self.recorded_min_timestep = self.evolve_max_timestep
    14391441        self.recorded_max_timestep = self.evolve_min_timestep
Note: See TracChangeset for help on using the changeset viewer.