public class RepriseProc extends Procedure
Author: Alain Hebert, Ecole Polytechnique de Montreal (2002)
operatorOut, thread
Constructor and Description |
---|
RepriseProc(java.lang.String name,
float time,
float normFact,
Microlib myMicrolib,
Evo evoObj,
Edition editObj,
Gigogne myGigogne,
java.lang.String solutionType)
Use this constructor to create a new RepriseProc procedure.
|
Modifier and Type | Method and Description |
---|---|
Operator |
exec()
implementation of the RepriseProc procedure.
|
isAlive, join, notifyObserver, run, startThread
public RepriseProc(java.lang.String name, float time, float normFact, Microlib myMicrolib, Evo evoObj, Edition editObj, Gigogne myGigogne, java.lang.String solutionType)
name
- user-defined name of the new RepriseProc procedure.time
- time associated to this branch calculation.normFact
- flux normalization factor.myMicrolib
- Microlib object with empty embedded LCM structures.evoObj
- Evo object containing the burnup history.editObj
- Edition object containing the condensation/homogenization
specifications. The embedded LCM structures are empty.myGigogne
- Gigogne object containing the geometry.solutionType
- type of flux calculation. Can be "Sybil" or
"Excell".public Operator exec() throws JargonException
exec
in interface ProcedureIntf
exec
in class Procedure
JargonException