Changeset 4782
- Timestamp:
- Nov 5, 2007, 1:50:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4758 r4782 1810 1810 computed in the model or whether they should be reduced to one 1811 1811 value per vertex using averaging. 1812 1813 Triangles stored in the sww file can be discontinuous reflecting 1814 the internal representation of the finite-volume scheme 1815 (this is a feature allowing for arbitrary steepness). 1816 However, for visual purposes and also for use with \code{Field\_boundary} 1817 (and \code{File\_boundary}) it is often desirable to store triangles 1818 with values at each vertex point as the average of the potentially 1819 discontinuous numbers found at vertices of different triangles sharing the 1820 same vertex location. 1821 1822 Storing one way or the other is controlled in ANUGA through the method 1823 \code{domain.store\_vertices\_uniquely}. Options are 1824 \begin{itemize} 1825 \item \code{domain.store\_vertices\_uniquely(True)}: Allow discontinuities in the sww file 1826 \item \code{domain.store\_vertices\_uniquely(False)}: (Default). 1827 Average values 1828 to ensure continuity in sww file. The latter also makes for smaller 1829 sww files. 1830 \end{itemize} 1831 1812 1832 \end{methoddesc} 1813 1833
Note: See TracChangeset
for help on using the changeset viewer.