Add array constructors to power typetrees
What does this MR do?
With this change, now it is possible to construct power grid function spaces and power grid functions with different underlying data. This is something that was possible with the available constructors but not really suitable for a templetized power tree since the number of arguments had to be hard coded.
Is there something that needs to be double checked?
I don't think so
Can this MR be accepted?
-
Implemented -
Added test - only for
PowerGridFunctionSpace
-
PowerGridFunction
is simple enough to rely onTypeTree
tests
- only for
-
Pipeline passing -
Added entry to CHANGELOG.md
Related issues
None.
Edited by Santiago Ospina De Los Ríos