Command: int AMLSetFillMethod(PC pc,AMLFillMethod fill_method) Option:T-multilevel_fillmethod <method>
where the method parameter is one of the following:
Argument:TAMLFillNone Option value: none
Argument:TAMLFillDiag Option value: diag
Argument:TAMLFillStrong Option value: strong
This is a drop tolerance method.
Argument:TAMLFillFull Option value: full
.
Command: int AMLSetCoarseGridDependent(PC pc) Option:T-multilevel_coarsegrid dependent
the coarse grid is taken as the complement of the independent set; with
Command: int AMLSetCoarseGridIndependent(PC pc) Option:T-multilevel_coarsegrid independent
the coarse grid is taken as the independent set itself.
See further section
.
int AMLSetSolutionScheme(PC pc,AMLSolveScheme scheme)where the scheme parameter is one of the following: