You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.6 KiB
HTML
76 lines
2.6 KiB
HTML
7 years ago
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
|
||
|
<!--Converted with LaTeX2HTML 2017.2 (Released Jan 23, 2017) -->
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE>Error Handling</TITLE>
|
||
|
<META NAME="description" CONTENT="Error Handling">
|
||
|
<META NAME="keywords" CONTENT="userhtml">
|
||
|
<META NAME="resource-type" CONTENT="document">
|
||
|
<META NAME="distribution" CONTENT="global">
|
||
|
|
||
|
<META NAME="Generator" CONTENT="LaTeX2HTML v2017.2">
|
||
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||
|
|
||
|
<LINK REL="STYLESHEET" HREF="userhtml.css">
|
||
|
|
||
|
<LINK REL="next" HREF="node35.html">
|
||
|
<LINK REL="previous" HREF="node33.html">
|
||
|
<LINK REL="up" HREF="userhtml.html">
|
||
|
<LINK REL="next" HREF="node35.html">
|
||
|
</HEAD>
|
||
|
|
||
|
<BODY >
|
||
|
|
||
|
<DIV CLASS="navigation"><!--Navigation Panel-->
|
||
|
<A NAME="tex2html513"
|
||
|
HREF="node35.html">
|
||
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||
|
<A NAME="tex2html509"
|
||
|
HREF="userhtml.html">
|
||
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||
|
<A NAME="tex2html503"
|
||
|
HREF="node33.html">
|
||
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||
|
<A NAME="tex2html511"
|
||
|
HREF="node2.html">
|
||
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||
|
<BR>
|
||
|
<B> Next:</B> <A NAME="tex2html514"
|
||
|
HREF="node35.html">License</A>
|
||
|
<B> Up:</B> <A NAME="tex2html510"
|
||
|
HREF="userhtml.html">userhtml</A>
|
||
|
<B> Previous:</B> <A NAME="tex2html504"
|
||
|
HREF="node33.html">Adding new smoother and</A>
|
||
|
<B> <A NAME="tex2html512"
|
||
|
HREF="node2.html">Contents</A></B>
|
||
|
<BR>
|
||
|
<BR></DIV>
|
||
|
<!--End of Navigation Panel-->
|
||
|
|
||
|
<H1><A NAME="SECTION000100000000000000000"></A><A NAME="sec:errors"></A>
|
||
|
<BR>
|
||
|
Error Handling
|
||
|
</H1><BIG CLASS="LARGE"><BIG CLASS="LARGE"></BIG></BIG>
|
||
|
<P>
|
||
|
<BIG CLASS="LARGE"><BIG CLASS="LARGE"><BIG CLASS="LARGE">The error handling in MLD2P4 is based on the PSBLAS error
|
||
|
handling. Error conditions are signaled via an integer argument
|
||
|
<code>info</code>; whenever an error condition is detected, an error trace
|
||
|
stack is built by the library up to the top-level, user-callable
|
||
|
routine. This routine will then decide, according to the user
|
||
|
preferences, whether the error should be handled by terminating the
|
||
|
program or by returning the error condition to the user code, which
|
||
|
will then take action, and whether
|
||
|
an error message should be printed. These options may be set by using
|
||
|
the PSBLAS error handling routines; for further details see the PSBLAS
|
||
|
User's Guide [<A
|
||
|
HREF="node36.html#PSBLASGUIDE">13</A>].
|
||
|
</BIG></BIG></BIG>
|
||
|
<P>
|
||
|
<BIG CLASS="LARGE"><BIG CLASS="LARGE"><BIG CLASS="LARGE">
|
||
|
</BIG></BIG></BIG>
|
||
|
<BR><HR>
|
||
|
|
||
|
</BODY>
|
||
|
</HTML>
|