Changeset 5719


Ignore:
Timestamp:
Aug 29, 2008, 4:56:19 PM (16 years ago)
Author:
ole
Message:

Added blurb about the set_values() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r5673 r5719  
    21272127\end{funcdesc}
    21282128
     2129% FIXME (OLE): Why has this been commented out?
    21292130%%%
    21302131%% \begin{classdesc}{Interpolation\_function}{self,
     
    26572658  \end{funcdesc}
    26582659
     2660 
     2661
     2662  \begin{funcdesc}{set\_values}{location='vertices', indices = None}
     2663  Module: \module{abstract\_2d\_finite\_volumes.quantity}
     2664
     2665  Assign values to a quantity object.
     2666  This method works the same way as \code{set\_quantity} except that it doesn't take
     2667  a quantity name as the first argument. The reason to use \code{set\_values} is for
     2668  example to assign values to a new quantity that has been created but which is
     2669  not part of the domain's predefined quantities.
     2670
     2671  The method \code{set\_values} is always called by \code{set\_quantity}
     2672  behind the scenes.
     2673 
     2674  \end{funcdesc}
     2675 
     2676 
    26592677
    26602678  \begin{funcdesc}{get\_integral}{}
Note: See TracChangeset for help on using the changeset viewer.