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 33 34 35 36 37 38
|
myFunc= (FieldFunction :
class=FieldFunctionImplementation name=Unnamed input description=[] output description=[] number of calls=0)o(PointToFieldFunction :
class=KarhunenLoeveLifting name=Unnamed input description=[xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7,xi8,xi9] output description=[v0] number of calls=0)
myFunc input description= [x0,x1,x2,x3,x4,x5,x6,x7,x8,x9]#10
myFunc output description= [v0]
myFunc input dimension= 10
myFunc output dimension= 1
point= [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
myFunc(point)= 0 : [ 2.80432 ]
1 : [ 1.38443 ]
2 : [ 1.02942 ]
3 : [ 0.785919 ]
4 : [ 0.682571 ]
5 : [ 0.526437 ]
6 : [ 0.488724 ]
7 : [ 0.354234 ]
8 : [ 0.350677 ]
9 : [ 0.221463 ]
called 1 times
myFunc= (PointToFieldFunction :
class=KarhunenLoeveLifting name=Unnamed input description=[xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7,xi8,xi9] output description=[v0] number of calls=0)o(EvaluationImplementation)
myFunc input description= [xi0,xi1,xi2,xi3,xi4,xi5,xi6,xi7,xi8,xi9]#10
myFunc output description= [y0]
myFunc input dimension= 10
myFunc output dimension= 1
point= [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
myFunc(point)= [ y0 ]
0 : [ 2.80432 ]
1 : [ 1.38443 ]
2 : [ 1.02942 ]
3 : [ 0.785919 ]
4 : [ 0.682571 ]
5 : [ 0.526437 ]
6 : [ 0.488724 ]
7 : [ 0.354234 ]
8 : [ 0.350677 ]
9 : [ 0.221463 ]
called 1 times
|