![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Read and check input parameters. More...
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... | |
Read and check input parameters.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file AuxInput.c.
SHORT fasp_param_check | ( | input_param * | inparam | ) |
Simple check on input parameters.
inparam | Input parameters |
Definition at line 33 of file AuxInput.c.
void fasp_param_input | ( | const char * | fname, |
input_param * | inparam | ||
) |
Read input parameters from disk file.
fname | File name for input file |
inparam | Input parameters |
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.