File: error_handling.html

package info (click to toggle)
petsc 3.4.2.dfsg1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,104 kB
  • ctags: 516,422
  • sloc: ansic: 395,939; cpp: 47,201; python: 34,788; makefile: 17,193; fortran: 16,251; f90: 1,592; objc: 954; sh: 822; xml: 621; java: 381; lisp: 293; csh: 241
file content (14 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<title>error handling</title><body bgcolor="FFFFFF">
   <div id="version" align=right><b>petsc-3.4.2 2013-07-02</b></div>
<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>