1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
process = class=ProcessImplementation dimension=1 description=[outputVariable] mesh=class=Mesh name=Unnamed dimension=1 vertices=class=NumericalSample name=Unnamed implementation=class=NumericalSampleImplementation name=Unnamed size=11 dimension=1 data=[[0],[0.1],[0.2],[0.3],[0.4],[0.5],[0.6],[0.7],[0.8],[0.9],[1]] simplices=[[0,1],[1,2],[2,3],[3,4],[4,5],[5,6],[6,7],[7,8],[8,9],[9,10]]
timeSerie = [ outputVariable ]
0 : [ 0 0 ]
1 : [ 0.1 15.1214 ]
2 : [ 0.2 19.6823 ]
3 : [ 0.3 10.0388 ]
4 : [ 0.4 -8.19027 ]
5 : [ 0.5 -23.8303 ]
6 : [ 0.6 -27.3493 ]
7 : [ 0.7 -16.7578 ]
8 : [ 0.8 1.53599 ]
9 : [ 0.9 17.1672 ]
10 : [ 1 22.3299 ]
One future= 0 : [ 1.1 16.0431 ]
1 : [ 1.2 3.69774 ]
2 : [ 1.3 -7.2426 ]
3 : [ 1.4 -12.0885 ]
Some futures= [field 0:
0 : [ 1.1 16.0431 ]
1 : [ 1.2 3.69774 ]
2 : [ 1.3 -7.2426 ]
3 : [ 1.4 -12.0885 ]
field 1:
0 : [ 1.1 16.0431 ]
1 : [ 1.2 3.69774 ]
2 : [ 1.3 -7.2426 ]
3 : [ 1.4 -12.0885 ]
field 2:
0 : [ 1.1 16.0431 ]
1 : [ 1.2 3.69774 ]
2 : [ 1.3 -7.2426 ]
3 : [ 1.4 -12.0885 ]]
|