Files
opm-simulators/opm/simulators/linalg
Bård Skaflestad 03ac2cbd93 Add Property Tree Array Retrieval Mechanism
This commit adds a new member function

    template <typename T>
    std::optional<std::vector<T>>
    get_child_items_as_vector(const std::string& child) const;

which retrieves an array-type property value from a property tree.
Initially defined for 'int' and 'double', but could be extended to
'std::string', 'float', or other element types as needed.
2025-01-29 15:15:49 +01:00
..
2024-08-27 06:43:00 +02:00
2025-01-21 14:41:17 +01:00
2025-01-21 14:41:58 +01:00
2025-01-21 14:41:17 +01:00
2025-01-23 10:56:03 +01:00
2024-11-04 12:31:34 +01:00
2024-10-10 15:51:53 +02:00
2025-01-21 14:41:58 +01:00
2024-12-03 13:59:53 +01:00
2025-01-21 14:41:57 +01:00
2023-06-08 14:15:34 +02:00
2023-06-08 14:15:34 +02:00
2023-10-18 14:30:17 +02:00