|
NTPoly
|
Parameters for a fixed size polynomial solver. More...
Data Types | |
| interface | fixedsolverparameters_t |
| A class for passing parameters to an iterative solver. More... | |
Functions/Subroutines | |
| pure subroutine, public | setfixedthreshold (this, new_value) |
| Set the value of the threshold. More... | |
| pure subroutine, public | setfixedbeverbose (this, new_value) |
| Set the value of the verbosity. More... | |
| pure subroutine, public | setfixedloadbalance (this, new_value) |
| Set the value of the load balance. More... | |
| subroutine, public | printfixedsolverparameters (this) |
| Print out the fixed solver parameter values. More... | |
Parameters for a fixed size polynomial solver.
| subroutine, public fixedsolversmodule::printfixedsolverparameters | ( | type(fixedsolverparameters_t), intent(in) | this | ) |
Print out the fixed solver parameter values.
| [in,out] | this | the parameter object. |
| pure subroutine, public fixedsolversmodule::setfixedbeverbose | ( | type(fixedsolverparameters_t), intent(inout) | this, |
| logical, intent(in) | new_value | ||
| ) |
Set the value of the verbosity.
| [in,out] | this | the parameter object. |
| [in] | new_value | to set it to. |
| pure subroutine, public fixedsolversmodule::setfixedloadbalance | ( | type(fixedsolverparameters_t), intent(inout) | this, |
| type(permutation_t), intent(in) | new_value | ||
| ) |
Set the value of the load balance.
| [in,out] | this | the parameter object. |
| [in] | new_value | to set it to. |
| pure subroutine, public fixedsolversmodule::setfixedthreshold | ( | type(fixedsolverparameters_t), intent(inout) | this, |
| real(ntreal), intent(in) | new_value | ||
| ) |
Set the value of the threshold.
| [in,out] | this | the parameter object. |
| [in] | new_value | to set it to. |
1.8.14