opm-simulators/opm/simulators
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
..
aquifers mark parameters/variables as const where appropriate 2025-01-23 07:57:44 +01:00
flow janitoring: use string concat instead of operator+ 2025-01-29 13:23:25 +01:00
linalg Add Property Tree Array Retrieval Mechanism 2025-01-29 15:15:49 +01:00
timestepping Merge pull request #5900 from totto82/improve_well_shutting 2025-01-28 10:46:10 +01:00
utils add some missing initializers 2025-01-23 10:56:03 +01:00
wells Merge pull request #5918 from vkip/nwparam 2025-01-28 10:44:37 +01:00
opm-simulators_doxygen_main.hpp Remove reference to ebos in doxygen header 2024-02-06 14:01:55 +01:00