SolutionVariables | Cellzilla2D Home |
Description
Returns a list of all the variables in a simulation.
Needs["Cellzilla2D`"];
Needs["xlr8r`"]; (* for RunSim *)
Return Value
SolutionVariables[solution] returns the list of variables. solution is the output of RunSim:
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also