File: error_handling.html

package info (click to toggle)
petsc 2.2.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 64,404 kB
  • ctags: 284,528
  • sloc: ansic: 223,999; python: 11,758; makefile: 7,707; fortran: 6,327; cpp: 4,104; sh: 3,387; csh: 41; asm: 6
file content (13 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<title>error handling</title><body bgcolor="FFFFFF">
<h2>error handling</h2>
<menu>
<LI><A HREF="../../../src/snes/examples/tutorials/ex3.c.html"><CONCEPT>using the macro __FUNCT__ to define routine names;</CONCEPT></A>
<menu>
Newton methods to solve u'' + u^{2} = f in parallel.<BR>This example employs a user-defined monitoring routine and optionally a user-defined<BR>
routine to check candidate iterates produced by line search routines.  This code also<BR>
demonstrates use of the macro __FUNCT__ to define routine names for use in error handling.<BR>
</menu>
</menu>
</body>
</html>