Changeset 2805


Ignore:
Timestamp:
May 5, 2006, 4:26:00 PM (19 years ago)
Author:
ole
Message:

Comments

Location:
documentation/user_manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r2788 r2805  
    714714\code{meshname}, as follows:
    715715
     716
     717\emph{NOTE: Will be replaced by domain=Domain(meshname, use_cache=True, verbose=True)}
     718
     719
    716720{\small \begin{verbatim}
    717721    domain = pmesh_to_domain_instance(meshname,
     
    10101014interface as \class{Domain}---in practice, it can usually be set
    10111015simply to \class{Domain}.
     1016
     1017This is now superseded by Domain(mesh_filename).
    10121018\end{funcdesc}
    10131019
  • documentation/user_manual/examples/runsydney.py

    r2599 r2805  
    7575
    7676
    77 
     77#Create shallow water domain
    7878domain = pmesh_to_domain_instance(meshname, Domain,
    7979                                  use_cache = True,
    8080                                  verbose = True)
     81#domain = Domain(meshname)
     82
    8183
    8284print 'Number of triangles = ', len(domain)
Note: See TracChangeset for help on using the changeset viewer.