umfpack_report_control.h

Go to the documentation of this file.
00001 /* ========================================================================== */
00002 /* === umfpack_report_control =============================================== */
00003 /* ========================================================================== */
00004 
00005 /* -------------------------------------------------------------------------- */
00006 /* UMFPACK Version 4.3 (Jan. 16, 2004), Copyright (c) 2004 by Timothy A.      */
00007 /* Davis.  All Rights Reserved.  See ../README for License.                   */
00008 /* email: davis@cise.ufl.edu    CISE Department, Univ. of Florida.            */
00009 /* web: http://www.cise.ufl.edu/research/sparse/umfpack                       */
00010 /* -------------------------------------------------------------------------- */
00011 
00012 void umfpack_di_report_control
00013 (
00014     const double Control [UMFPACK_CONTROL]
00015 ) ;
00016 
00017 void umfpack_dl_report_control
00018 (
00019     const double Control [UMFPACK_CONTROL]
00020 ) ;
00021 
00022 void umfpack_zi_report_control
00023 (
00024     const double Control [UMFPACK_CONTROL]
00025 ) ;
00026 
00027 void umfpack_zl_report_control
00028 (
00029     const double Control [UMFPACK_CONTROL]
00030 ) ;
00031 
00032 /*
00033 double int Syntax:
00034 
00035     #include "umfpack.h"
00036     double Control [UMFPACK_CONTROL] ;
00037     umfpack_di_report_control (Control) ;
00038 
00039 double long Syntax:
00040 
00041     #include "umfpack.h"
00042     double Control [UMFPACK_CONTROL] ;
00043     umfpack_dl_report_control (Control) ;
00044 
00045 complex int Syntax:
00046 
00047     #include "umfpack.h"
00048     double Control [UMFPACK_CONTROL] ;
00049     umfpack_zi_report_control (Control) ;
00050 
00051 double long Syntax:
00052 
00053     #include "umfpack.h"
00054     double Control [UMFPACK_CONTROL] ;
00055     umfpack_zl_report_control (Control) ;
00056 
00057 Purpose:
00058 
00059     Prints the current control settings.  Note that with the default print
00060     level, nothing is printed.  Does nothing if Control is (double *) NULL.
00061 
00062 Arguments:
00063 
00064     double Control [UMFPACK_CONTROL] ;   Input argument, not modified.
00065 
00066         If a (double *) NULL pointer is passed, then the default control
00067         settings are used.  Otherwise, the settings are determined from the
00068         Control array.  See umfpack_*_defaults on how to fill the Control
00069         array with the default settings.  If Control contains NaN's, the
00070         defaults are used.  The following Control parameters are used:
00071 
00072         Control [UMFPACK_PRL]:  printing level.
00073 
00074             1 or less: no output
00075             2 or more: print all of Control
00076             Default: 1
00077 */

Generated on Sun May 27 11:59:43 2007 for FEMFLUID by  doxygen 1.4.6