[io][loadsolution] Make privarnames functions consistent
* We require the signature std::string(int, int) signature for all pv names functions passed to load solution. You can still wrap a function that just takes a privar index into a lambda with these two arguments. * We make FluidSystem an optional template parameter for all functions that don't make use of it. This way they can be also used directly in loadSolution when not using the convenience free function pvNames. * We return a function from the convenience free function now to be able to include the param group
Showing
- dumux/freeflow/compositional/navierstokesncmodel.hh 1 addition, 1 deletiondumux/freeflow/compositional/navierstokesncmodel.hh
- dumux/freeflow/navierstokes/model.hh 4 additions, 2 deletionsdumux/freeflow/navierstokes/model.hh
- dumux/freeflow/nonisothermal/model.hh 1 addition, 9 deletionsdumux/freeflow/nonisothermal/model.hh
- dumux/freeflow/rans/oneeq/model.hh 2 additions, 1 deletiondumux/freeflow/rans/oneeq/model.hh
- dumux/freeflow/rans/twoeq/kepsilon/model.hh 2 additions, 1 deletiondumux/freeflow/rans/twoeq/kepsilon/model.hh
- dumux/freeflow/rans/twoeq/komega/model.hh 2 additions, 1 deletiondumux/freeflow/rans/twoeq/komega/model.hh
- dumux/freeflow/rans/twoeq/lowrekepsilon/model.hh 2 additions, 1 deletiondumux/freeflow/rans/twoeq/lowrekepsilon/model.hh
- dumux/io/loadsolution.hh 30 additions, 45 deletionsdumux/io/loadsolution.hh
- dumux/porousmediumflow/1p/model.hh 1 addition, 0 deletionsdumux/porousmediumflow/1p/model.hh
- dumux/porousmediumflow/2p/model.hh 1 addition, 0 deletionsdumux/porousmediumflow/2p/model.hh
- dumux/porousmediumflow/2p1c/model.hh 1 addition, 1 deletiondumux/porousmediumflow/2p1c/model.hh
- dumux/porousmediumflow/3p/model.hh 6 additions, 7 deletionsdumux/porousmediumflow/3p/model.hh
- dumux/porousmediumflow/3p3c/model.hh 3 additions, 2 deletionsdumux/porousmediumflow/3p3c/model.hh
- dumux/porousmediumflow/3pwateroil/model.hh 3 additions, 2 deletionsdumux/porousmediumflow/3pwateroil/model.hh
- dumux/porousmediumflow/nonisothermal/model.hh 1 addition, 9 deletionsdumux/porousmediumflow/nonisothermal/model.hh
- dumux/porousmediumflow/richards/model.hh 1 addition, 0 deletionsdumux/porousmediumflow/richards/model.hh
- dumux/porousmediumflow/tracer/model.hh 3 additions, 2 deletionsdumux/porousmediumflow/tracer/model.hh
- test/freeflow/navierstokes/test_channel.cc 1 addition, 1 deletiontest/freeflow/navierstokes/test_channel.cc
- test/porousmediumflow/1p/implicit/test_1pnifv.cc 1 addition, 1 deletiontest/porousmediumflow/1p/implicit/test_1pnifv.cc
- test/porousmediumflow/2p/implicit/incompressible/test_2p_fv.cc 1 addition, 1 deletion...porousmediumflow/2p/implicit/incompressible/test_2p_fv.cc
Loading
Please register or sign in to comment