#include <Precond_prm.h>
Inheritance diagram for Precond_prm::

Public Methods | |
| virtual | ~Precond_prm () |
| void | operator= (const Precond_prm &p) |
| void | define (MenuSystem &menu, int level=MAIN) |
| void | scan (MenuSystem &menu) |
| void | print (Os os) const |
| virtual Precond* | create () const |
| const StringList& | hier () const |
Static Public Methods | |
| Precond_prm* | construct () |
| void | defineStatic (MenuSystem &menu, int level=MAIN) |
| const StringList& | hierStatic () |
| void | registerPrmSubclass (Precond_prm &sc) |
| void | unregisterPrmSubclass () |
Public Attributes | |
| String | prec_tp |
| bool | left |
| bool | auto_init |
| int | fillin_level |
| real | relax_RILU |
| real | relax_SSOR |
| int | inner_steps |
| Handle(PrecAction) | precproc |
Protected Methods | |
| virtual Precond_prm* | clone () |
| Precond_prm () | |
Protected Attributes | |
| StringList | subclasses |
Static Protected Attributes | |
| Handle(Precond_prm) | master |
NAME: Precond_prm - parameters for the "Precond" hierarchy
DESCRIPTION:
The class contains all parameters needed for initialization of an object derived from "Precond".
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Reimplemented in Precond2_prm. |
|
|
|
|
|
Reimplemented in Precond2_prm. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|