Changeset 5719
- Timestamp:
- Aug 29, 2008, 4:56:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r5673 r5719 2127 2127 \end{funcdesc} 2128 2128 2129 % FIXME (OLE): Why has this been commented out? 2129 2130 %%% 2130 2131 %% \begin{classdesc}{Interpolation\_function}{self, … … 2657 2658 \end{funcdesc} 2658 2659 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 2659 2677 2660 2678 \begin{funcdesc}{get\_integral}{}
Note: See TracChangeset
for help on using the changeset viewer.