Skip to content

make integration.type parsing conditional on TimeIntegratorOption #20

@jackieyao0114

Description

@jackieyao0114

Right now integration.type is mandatory for all values of TimeIntegratorOption.
However, integration.type is only needed for TimeIntegratorOption = 4, not for TimeIntegratorOption = 0; 1; 2; 3.
We should find a way to change the parsing conditional, i.e. integration.type is still mandatory (parsed by get function) when TimeIntegratorOption = 4, but is not required when TimeIntegratorOption = 0; 1; 2; 3. Better off, when TimeIntegratorOption = 0; 1; 2; 3 but there is some integration.type value provided by the input, the code should generate a warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions