Diffpack Documentation
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Search
FactStrategy Class Reference
data block for exact and incomplete matrix factorizations.
More...
#include <FactStrategy.h>
Inheritance diagram for FactStrategy::
List of all members.
Detailed Description
data block for exact and incomplete matrix factorizations.
NAME: FactStrategy - data block for exact and incomplete matrix factorizations
DESCRIPTION:
The class contains a collection of all the parameters that may be needed for exact or incomplete factorizations of a matrix. Typically, "FactStrategy" objects are used as input to matrix factorization procedures.
Constructor & Destructor Documentation
|
FactStrategy::FactStrategy (
|
)
|
|
|
|
The only constructor takes no arguments. That is, the object should be initialized manually, member by member. This can be done on basis of an input file or by use of the menu system. |
|
FactStrategy::~FactStrategy (
|
) [inline, virtual]
|
|
Member Function Documentation
|
void FactStrategy::define (
|
MenuSystem & menu,
|
|
int level = MAIN ) [inline]
|
|
|
|
Used by the developer to build the submenu for initializations of parameters. (The function just calls "defineStatic".) |
|
static void FactStrategy::defineStatic (
|
MenuSystem & menu,
|
|
int level = MAIN ) [static]
|
|
|
|
builds a submenu for initialization of the parameters and links it to the specified "MenuSystem" object. Usually called by the user through the "define" function. |
|
|
Reads the parameters from the menu. |
Member Data Documentation
|
real FactStrategy::MILUperturb
|
|
|
int FactStrategy::fillin_level
|
|
|
real FactStrategy::relax_RILU
|
|
|
bool FactStrategy::zero_upper_part
|
|
The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.