File: error_handling.html

package info (click to toggle)
petsc 2.3.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 77,732 kB
  • ctags: 314,526
  • sloc: ansic: 254,277; python: 26,350; cpp: 18,257; fortran: 15,694; makefile: 11,000; sh: 3,638; xml: 620; csh: 211
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>