NTPoly
Data Types | Functions/Subroutines
fixedsolversmodule Module Reference

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 convergence values. More...
 

Detailed Description

Parameters for a fixed size polynomial solver.

Function/Subroutine Documentation

◆ printfixedsolverparameters()

subroutine, public fixedsolversmodule::printfixedsolverparameters ( type(fixedsolverparameters_t), intent(in)  this)

Print out the convergence values.

Parameters
[in,out]thisthe parameter object.

◆ setfixedbeverbose()

pure subroutine, public fixedsolversmodule::setfixedbeverbose ( type(fixedsolverparameters_t), intent(inout)  this,
logical, intent(in)  new_value 
)

Set the value of the verbosity.

Parameters
[in,out]thisthe parameter object.
[in]new_valueto set it to.

◆ setfixedloadbalance()

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.

Parameters
[in,out]thisthe parameter object.
[in]new_valueto set it to.

◆ setfixedthreshold()

pure subroutine, public fixedsolversmodule::setfixedthreshold ( type(fixedsolverparameters_t), intent(inout)  this,
real(ntreal), intent(in)  new_value 
)

Set the value of the threshold.

Parameters
[in,out]thisthe parameter object.
[in]new_valueto set it to.