Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • GUI development
    • simplification of architecture
    • table is resizable
  • NewExtraNamelistPanel  class shows data of:
    • Jetto
    • Sanco
    • Mishka
    • Helena
    • Elite
  • Grid2D and Edge2D - handled by separate classes (see below)
  • Conversion of extrainput.cfg  → YAML
    • working ('dirty') mechanism for conversion of configs prepared (can be extracted)
    • default value of meta_type  - 'array' (out of scalar/array/choice)
    • default value of type  (if not specified in cfg file)  → 'string'
    • overview  - short description


Code Block
languageyml
 #   
 - variable: 
      name: ITRFASTIONS
      name_list: NLIST3
      model: 
      tab: 
      link: 
      meta_type: array
      type: integer
      default_value: 
      obsolete: false
      min_value: 
      max_value: 
      overview: 
      description: ' -1 combine fast ions. 0 (default) legacy ps+ns. 1 beams only.
        2 beams+RF minority as thermal Maxwellians'

...