TTaucsSettings Class

type TTaucsSettings = class(TPersistent);

Class encapsulates Taucs sparse solver specific settings.

Constructors

NameDescription
CreateVirtual constructor

Properties

NameTypeDescription
AmwbBooleanSet it to true to enable maximum-weight-basis Vaidha preconditioners.
AmwbRandomSeedIntegerRandom seed between 0 and High(Integer)-1.
AmwbSubGraphsIntegerDesired number of graphs in the tree partitioning.
FactorTTaucsFactorizationSpecifies the factorization method to use.
InCoreMemoryAutoBoolean
InCoreMemorySizeIntegerDefines the in-core memory size to use in bytes.
IterativeStepTTaucsIterativeDefines if and which iterative CG/MinRes factorization should be attempted.
OutOfCoreBooleanUse Out Of Core factorization.
OutOfCoreFileNamestringFactorization data filename.
ReorderingTTaucsReorderingDefines the fill-in reducing reordering algorithms to use.