Joshua Moerman (@Kassalade)
14 years ago
8 changed files with
58 additions and
0 deletions
-
attractors/emptyLogistic2D.stf
-
attractors/emptyLogistic3D.stf
-
attractors/emptyLogistic4D.stf
-
attractors/emptyLorenz3D.stf
-
attractors/emptyPolynomial3D2.stf
-
attractors/emptyPolynomial3D3.stf
-
attractors/emptyPolynomialA3D.stf
-
attractors/emptyUnravel3D.stf
|
|
@ -0,0 +1,7 @@ |
|
|
|
AttractorKernel: { |
|
|
|
type: "logistic" |
|
|
|
dimensions: "2" |
|
|
|
} |
|
|
|
Projector: { |
|
|
|
} |
|
|
|
|
|
|
@ -0,0 +1,7 @@ |
|
|
|
AttractorKernel: { |
|
|
|
type: "logistic" |
|
|
|
dimensions: "3" |
|
|
|
} |
|
|
|
Projector: { |
|
|
|
} |
|
|
|
|
|
|
@ -0,0 +1,7 @@ |
|
|
|
AttractorKernel: { |
|
|
|
type: "logistic" |
|
|
|
dimensions: "4" |
|
|
|
} |
|
|
|
Projector: { |
|
|
|
} |
|
|
|
|
|
|
@ -0,0 +1,7 @@ |
|
|
|
AttractorKernel: { |
|
|
|
type: "lorenz" |
|
|
|
dimensions: "3" |
|
|
|
} |
|
|
|
Projector: { |
|
|
|
} |
|
|
|
|
|
|
@ -0,0 +1,8 @@ |
|
|
|
AttractorKernel: { |
|
|
|
type: "polynomial" |
|
|
|
dimensions: "3" |
|
|
|
orde: "2" |
|
|
|
} |
|
|
|
Projector: { |
|
|
|
} |
|
|
|
|
|
|
@ -0,0 +1,8 @@ |
|
|
|
AttractorKernel: { |
|
|
|
type: "polynomial" |
|
|
|
dimensions: "3" |
|
|
|
orde: "3" |
|
|
|
} |
|
|
|
Projector: { |
|
|
|
} |
|
|
|
|
|
|
@ -0,0 +1,7 @@ |
|
|
|
AttractorKernel: { |
|
|
|
type: "polynomial a" |
|
|
|
dimensions: "3" |
|
|
|
} |
|
|
|
Projector: { |
|
|
|
} |
|
|
|
|
|
|
@ -0,0 +1,7 @@ |
|
|
|
AttractorKernel: { |
|
|
|
type: "unravel" |
|
|
|
dimensions: "3" |
|
|
|
} |
|
|
|
Projector: { |
|
|
|
} |
|
|
|
|