File: error_handling.htm

package info (click to toggle)
petsc 2.1.3-1.woody.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 70,272 kB
  • ctags: 310,869
  • sloc: ansic: 257,275; sh: 9,870; makefile: 7,622; fortran: 6,211; cpp: 1,026; python: 416; csh: 41; asm: 9
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>