empty stf files
This commit is contained in:
parent
d1af1ed0bb
commit
03771a159a
8 changed files with 58 additions and 0 deletions
7
attractors/emptyLogistic2D.stf
Normal file
7
attractors/emptyLogistic2D.stf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
AttractorKernel: {
|
||||||
|
type: "logistic"
|
||||||
|
dimensions: "2"
|
||||||
|
}
|
||||||
|
Projector: {
|
||||||
|
}
|
||||||
|
|
7
attractors/emptyLogistic3D.stf
Normal file
7
attractors/emptyLogistic3D.stf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
AttractorKernel: {
|
||||||
|
type: "logistic"
|
||||||
|
dimensions: "3"
|
||||||
|
}
|
||||||
|
Projector: {
|
||||||
|
}
|
||||||
|
|
7
attractors/emptyLogistic4D.stf
Normal file
7
attractors/emptyLogistic4D.stf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
AttractorKernel: {
|
||||||
|
type: "logistic"
|
||||||
|
dimensions: "4"
|
||||||
|
}
|
||||||
|
Projector: {
|
||||||
|
}
|
||||||
|
|
7
attractors/emptyLorenz3D.stf
Normal file
7
attractors/emptyLorenz3D.stf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
AttractorKernel: {
|
||||||
|
type: "lorenz"
|
||||||
|
dimensions: "3"
|
||||||
|
}
|
||||||
|
Projector: {
|
||||||
|
}
|
||||||
|
|
8
attractors/emptyPolynomial3D2.stf
Normal file
8
attractors/emptyPolynomial3D2.stf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
AttractorKernel: {
|
||||||
|
type: "polynomial"
|
||||||
|
dimensions: "3"
|
||||||
|
orde: "2"
|
||||||
|
}
|
||||||
|
Projector: {
|
||||||
|
}
|
||||||
|
|
8
attractors/emptyPolynomial3D3.stf
Normal file
8
attractors/emptyPolynomial3D3.stf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
AttractorKernel: {
|
||||||
|
type: "polynomial"
|
||||||
|
dimensions: "3"
|
||||||
|
orde: "3"
|
||||||
|
}
|
||||||
|
Projector: {
|
||||||
|
}
|
||||||
|
|
7
attractors/emptyPolynomialA3D.stf
Normal file
7
attractors/emptyPolynomialA3D.stf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
AttractorKernel: {
|
||||||
|
type: "polynomial a"
|
||||||
|
dimensions: "3"
|
||||||
|
}
|
||||||
|
Projector: {
|
||||||
|
}
|
||||||
|
|
7
attractors/emptyUnravel3D.stf
Normal file
7
attractors/emptyUnravel3D.stf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
AttractorKernel: {
|
||||||
|
type: "unravel"
|
||||||
|
dimensions: "3"
|
||||||
|
}
|
||||||
|
Projector: {
|
||||||
|
}
|
||||||
|
|
Reference in a new issue