Changeset 6450


Ignore:
Timestamp:
Mar 4, 2009, 2:43:36 PM (15 years ago)
Author:
jgriffin
Message:

Added description of new ability for Time_boundary to call a default_boundary if the time exceeds the length of the input time series.

File:
1 edited

Legend:

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

    r6371 r6450  
    23292329quantities as a function \code{f(t)} of time. The user must specify
    23302330the domain to get access to the model time.
     2331
     2332Optional argument \code{default\_boundary} can be used to specify another boundary object to be used in case model time exceeds the time availabel in the file used by \code{File\_boundary}.
     2333The \code{default\_boundary} could be a simple Dirichlet condition or
     2334even another \code{Time\_boundary}
     2335typically using data pertaining to another time interval.
    23312336\end{classdesc}
    23322337
Note: See TracChangeset for help on using the changeset viewer.