Changeset 2737 for trunk

Show
Ignore:
Timestamp:
09/17/2008 08:58:10 AM (4 months ago)
Author:
guyer
Message:

It's called justResidualVector because it's supposed to return a #@!*
vector (c.f. r2727)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fipy/terms/term.py

    r2728 r2737  
    77 #  FILE: "term.py" 
    88 #                                    created: 11/12/03 {10:54:37 AM}  
    9  #                                last update: 7/25/07 {9:57:14 AM}  
     9 #                                last update: 9/17/08 {9:34:46 AM}  
    1010 #  Author: Jonathan Guyer <guyer@nist.gov> 
    1111 #  Author: Daniel Wheeler <daniel.wheeler@nist.gov> 
     
    213213            matrix, RHSvector = self._applyUnderRelaxation(matrix, var, RHSvector, underRelaxation) 
    214214 
    215         residualFn = residualFn or self._calcResidual 
     215        residualFn = residualFn or self._calcResidualVector 
    216216         
    217217        return residualFn(var, matrix, RHSvector)