Ignore:
Timestamp:
Nov 2, 2007, 5:18:29 PM (17 years ago)
Author:
duncan
Message:

reduce memory use in quantity.set_value. fit_to_mesh can now use an existing mesh instance, which it does in quantity.set_value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/interpolate.py

    r4663 r4779  
    8484       
    8585        FitInterpolate.__init__(self,
    86                                 vertex_coordinates,
    87                                 triangles,
    88                                 mesh_origin,
    89                                 verbose,
    90                                 max_vertices_per_cell)
     86                                vertex_coordinates=vertex_coordinates,
     87                                triangles=triangles,
     88                                mesh_origin=mesh_origin,
     89                                verbose=verbose,
     90                                max_vertices_per_cell=max_vertices_per_cell)
    9191
    9292    # FIXME: What is a good start_blocking_len value?
Note: See TracChangeset for help on using the changeset viewer.