Skip to content

Separate parameters from properties #627

@berndflemisch

Description

@berndflemisch

Currently, a parameter gets a default value from a corresponding property with the same name. It is inconvenient to require that a parameter has a property default and also unnecessarily mixes the two concepts. Moreover, the hierarchical structure of parameters is not reflected adequately by the property system.

  • Replace the parameter system by the one from Dumux.
  • Redefine the parameter macros in terms of the new system and mark them as deprecated.
  • Replace the macro calls.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions