Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
AuxInput.c File Reference

Read and check input parameters. More...

#include "fasp.h"
#include "fasp_functs.h"

Go to the source code of this file.

Functions

SHORT fasp_param_check (input_param *inparam)
 Simple check on input parameters. More...
 
void fasp_param_input (const char *fname, input_param *inparam)
 Read input parameters from disk file. More...
 

Detailed Description

Read and check input parameters.

Note
This file contains Level-0 (Aux) functions. It requires: AuxMemory.c and AuxMessage.c

Copyright (C) 2009–Present by the FASP team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file AuxInput.c.

Function Documentation

◆ fasp_param_check()

SHORT fasp_param_check ( input_param inparam)

Simple check on input parameters.

Parameters
inparamInput parameters
Returns
FASP_SUCCESS if successed; otherwise, error information.
Author
Chensong Zhang
Date
09/29/2013

Definition at line 33 of file AuxInput.c.

◆ fasp_param_input()

void fasp_param_input ( const char *  fname,
input_param inparam 
)

Read input parameters from disk file.

Parameters
fnameFile name for input file
inparamInput parameters
Author
Chensong Zhang
Date
03/20/2010

Modified by Xiaozhe Hu on 01/23/2011: add AMLI cycle; Modified by Chensong Zhang on 05/10/2013: add a new input; Modified by Chensong Zhang on 03/23/2015: skip unknown keyword; Modified by Chensong Zhang on 03/27/2017: check unexpected error; Modified by Chensong Zhang on 09/20/2017: new skip the line;

Definition at line 86 of file AuxInput.c.