Skip to content

Commit

Permalink
Merge pull request #26125 from GiudGiud/PR_misc3
Browse files Browse the repository at this point in the history
HOTFIX default vector params
  • Loading branch information
loganharbour authored Nov 22, 2023
2 parents 645eca9 + a9ec9d8 commit e8ff3c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions framework/src/functormaterials/ParsedFunctorMaterial.C
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ ParsedFunctorMaterialTempl<is_ad>::validParams()
"Computes a functor material from a parsed expression of other functors.");
params.addRequiredCustomTypeParam<std::string>(
"expression", "FunctionExpression", "Expression to parse for the new functor material");
params.addParam<std::vector<std::string>>("functor_names",
"Functors to use in the parsed expression");
params.addParam<std::vector<std::string>>(
"functor_names", {}, "Functors to use in the parsed expression");
params.addParam<std::vector<std::string>>(
"functor_symbols",
{},
"Symbolic name to use for each functor in 'functor_names' in the parsed expression. If not "
"provided, then the actual functor names must be used in the parsed expression.");
params.addRequiredParam<std::string>("property_name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
!include training/more_detail/generic_moose_training.md
!style-end!

The room for the training is tentatively 3-370.
You may download the MIT app for a map of the campus.

!alert note
This version of the training will only span two days.


[Back](training/index.md)

0 comments on commit e8ff3c4

Please sign in to comment.