public interface SimulationResultGetter
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.math.matrix.MatrixND |
getMatrix(SimulationContext context,
String name)
Retourne une matrice contenant tous les pas de temps.
|
org.nuiton.math.matrix.MatrixND |
getMatrix(SimulationContext context,
TimeStep step,
String name)
Retourne la matrice stocke pour un pas de temps.
|
org.nuiton.math.matrix.MatrixND getMatrix(SimulationContext context, TimeStep step, String name)
step - le pas de temps que l'on souhaitename - le nom des resultats dont on veut la matriceorg.nuiton.math.matrix.MatrixND getMatrix(SimulationContext context, String name)
name - le nom des resultats dont on veut une matrice globale.Copyright © 1999-2013 CodeLutin. All Rights Reserved.