Guillaume Giudicelli
Guillaume Giudicelli
miscellaneous_args ?
This is still useful, though likely needs to be reduced in scope to be accepted
how about `scalar_args / scalar_vals` instead of vars / vals? for `constants, functions, PPs, and scalar variables` @dschwen @joshuahansel
so args -> variable_names f_name -> property_name (for ParsedMaterial) base_name ?? ? constant_expressions still same function -> expression value -> expression vars/vals ->scalar_vars/vals
umm scalar_vars still isnt great for functions. Works for PPs, scalar variables and constants
vars / vals could be: function_args (for vars) argument_vals (for vals) or args_values ?
I m worried about re-using args for vars/vals. I think re-using a deprecated param will be headaches. How about expression_args expression_args/vals? or arguments/values ? ``` args -> coupled_variables f_name ->...
I think it s poll time?
Current list - [x] args -> coupled_variables - [x] f_name -> property_name (for ParsedMaterial) - [x] constant_expressions still same - [x] material_property_names still same - [x] function -> expression -...
The new params added to the scope of changes made this an even bigger PR but it should be getting close to ready now Other changes: - The deprecation should...