Ignore:
Timestamp:
Mar 28, 2009, 6:54:15 PM (16 years ago)
Author:
ole
Message:

Added volumetric balance report for boundary flows and total volume.
Flows due to forcing terms have not yet been added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py

    r6541 r6654  
    11111111    # @param use_cache
    11121112    # @param verbose True if this method is to be verbose.
    1113     def get_values(self, interpolation_points=None,
    1114                          location='vertices',
    1115                          indices=None,
    1116                          use_cache=False,
    1117                          verbose=False):
     1113    def get_values(self,
     1114                   interpolation_points=None,
     1115                   location='vertices',
     1116                   indices=None,
     1117                   use_cache=False,
     1118                   verbose=False):
    11181119        """Get values for quantity
    11191120
     
    11681169        # Edges have already been deprecated in set_values, see changeset:5521,
    11691170        # but *might* be useful in get_values. Any thoughts anyone?
     1171        # YES (Ole): Edge values are necessary for volumetric balance check
    11701172
    11711173        if location not in ['vertices', 'centroids',
Note: See TracChangeset for help on using the changeset viewer.