|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Top.Default.Global
Class Name : Global
Project ref : SPIS project
File name : Global.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 10 mars 2004
Modification :
Description :
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Field Summary | |
static java.util.Vector |
debugData
debug data (may be concatenated to post-processing data if exportDebugData flag on) |
static int |
debugLevel
Debugging level, induces more or less debugging data (0 => none) |
static java.lang.String |
defaultInputPath
default path for file reading |
static java.lang.String |
defaultOutputPath
default path for file writing |
static boolean |
exportDebugData
if true, debug data are concatenated to post-processing data, hence visible from the framework |
static GlobalParameter[] |
globalParameters
Global parameters (plasma density...) |
static LocalParameter[] |
localParameters
Local parameters (material type...) |
static int |
poissonVerbose
similar to global verbose, but specific for PoissonSolver (in principle should be at least equal to general verbose) |
static boolean |
uiParamsInUse
states whether global and local parameters from UI are in use |
static int |
verbose
Verbosity level: 0=no_print, 1=warnings_only, 2=minimal_information, 3=basic_information, 4=more_information... |
Constructor Summary | |
Global()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static GlobalParameter[] globalParameters
public static LocalParameter[] localParameters
public static java.lang.String defaultOutputPath
public static java.lang.String defaultInputPath
public static boolean uiParamsInUse
public static int verbose
public static int poissonVerbose
verbose
public static int debugLevel
public static java.util.Vector debugData
public static boolean exportDebugData
Constructor Detail |
public Global()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |