Changeset 2805
- Timestamp:
- May 5, 2006, 4:26:00 PM (19 years ago)
- Location:
- documentation/user_manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r2788 r2805 714 714 \code{meshname}, as follows: 715 715 716 717 \emph{NOTE: Will be replaced by domain=Domain(meshname, use_cache=True, verbose=True)} 718 719 716 720 {\small \begin{verbatim} 717 721 domain = pmesh_to_domain_instance(meshname, … … 1010 1014 interface as \class{Domain}---in practice, it can usually be set 1011 1015 simply to \class{Domain}. 1016 1017 This is now superseded by Domain(mesh_filename). 1012 1018 \end{funcdesc} 1013 1019 -
documentation/user_manual/examples/runsydney.py
r2599 r2805 75 75 76 76 77 77 #Create shallow water domain 78 78 domain = pmesh_to_domain_instance(meshname, Domain, 79 79 use_cache = True, 80 80 verbose = True) 81 #domain = Domain(meshname) 82 81 83 82 84 print 'Number of triangles = ', len(domain)
Note: See TracChangeset
for help on using the changeset viewer.