checkDefaultMethod: Validate Solver and Method
Description
The function checkDefaultMethod
returns the default method
for a desired solver, or a default solver -- method pair.Usage
checkDefaultMethod(solver, method)
Arguments
solver
A single character value, containing the solver name
(see SYBIL_SETTINGS
). method
A single character value, containing the method name
(see SYBIL_SETTINGS
). Value
- solValidated solver name.
- metValidated method name.
- parmDefault prarmeter set for the validated method.
Details
At first, the function checks if argument solver
contains a valid
solver, if not the default solver will be returned. Next the same is done
for the argument method
, regarding the current value of solver
.