9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-09-01 05:33:40 +02:00
qp2/plugins/local/tc_int/EZFIO.cfg
2024-08-03 18:08:23 +02:00

37 lines
584 B
INI

[nxBlocks]
type: integer
doc: nb of x blocks in the Grid
interface: ezfio,provider,ocaml
default: 10
[nyBlocks]
type: integer
doc: nb of y blocks in the Grid
interface: ezfio,provider,ocaml
default: 1
[nzBlocks]
type: integer
doc: nb of z blocks in the Grid
interface: ezfio,provider,ocaml
default: 1
[blockxSize]
type: integer
doc: size of x blocks
interface: ezfio,provider,ocaml
default: 32
[blockySize]
type: integer
doc: size of y blocks
interface: ezfio,provider,ocaml
default: 1
[blockzSize]
type: integer
doc: size of z blocks
interface: ezfio,provider,ocaml
default: 1