Next: Output Control
Up: User Parameters
Previous: Parameters in `commons'
- integer mxvert
- Stop before there are this many
vertices. Default: ndvert
- integer mxtri
- Stop before there are this many
triangles. Default: ndtri (=2*ndvert)
- integer mxlev
- Stop when there are this many levels.
Default: ndlev
- integer mxnode
- Stop before there are this many nodes.
Default: ndnode
(=ndvert*(ndord-1)**2)
- real mxtime
- Stop before this many seconds of CPU time.
Default: 43200. (12 hours)
- real tol
- Stop when the error estimate (an estimate of
the energy norm of the error, relative to the norm of the solution)
is below this tolerance. Default: 0.
william.mitchell@nist.gov