public class Trivaa extends Operator
Author: Alain Hebert, Ecole Polytechnique de Montreal (2002)
Modifier and Type | Field and Description |
---|---|
java.lang.String |
delta
perturbation calculation flag.
|
java.lang.String[] |
options
user-selected option list.
|
boolean |
skip
set to true to skip the system matrix assembly but
to perform the L-D-LT factorization.
|
Constructor and Description |
---|
Trivaa(java.lang.String name)
Use this constructor to create a new Trivaa object.
|
Modifier and Type | Method and Description |
---|---|
void |
exec(Macrolib a,
Tracking b)
create a new embedded LCM structure and perform the assembly of
the multigroup system matrices, as specified by the instance
variables of this object.
|
void |
exec(Trivaa a,
Macrolib b,
Tracking c)
recover the embedded LCM structure in an existing Trivaa object
and perform the assembly of the multigroup system matrices, as
specified by the instance variables of this object.
|
public boolean skip
public java.lang.String delta
public java.lang.String[] options
public Trivaa(java.lang.String name)
name
- user-defined name of the Trivaa objectpublic void exec(Macrolib a, Tracking b) throws JargonException
a
- Macrolib object containing the cross sections.b
- Tracking object containing energy-independent information.JargonException
public void exec(Trivaa a, Macrolib b, Tracking c) throws JargonException
a
- Existing Trivaa object.b
- Macrolib object containing the cross sections.c
- Tracking object containing energy-independent information.JargonException