OGS
v6.4.0
|
Option for Lis solver.
Options are stored as a string obtained from the lis-tag of the passed options. The string will be passed as is to Lis. In particular it will not be checked by this method if options are valid.
For possible values, please refer to the Lis User Guide: http://www.ssisc.org/lis/lis-ug-en.pdf
Note: Option -omp_num_threads cannot be used with this class since Lis currently (version 1.5.57) only sets the number of threads in lis_initialize()
. Refer to the Lis source code for details.
Definition at line 40 of file LisOption.h.
#include <LisOption.h>
Public Member Functions | |
LisOption (BaseLib::ConfigTree const *const options) | |
Public Attributes | |
std::string | _option_string = "-initx_zeros 0" |
|
inlineexplicit |
Definition at line 42 of file LisOption.h.
References _option_string, BaseLib::ConfigTree::getConfigParameterOptional(), MathLib::ignoreOtherLinearSolvers(), and INFO().
std::string MathLib::LisOption::_option_string = "-initx_zeros 0" |
Definition at line 56 of file LisOption.h.
Referenced by LisOption(), and MathLib::LisLinearSolver::solve().