Skip to content
Discussion options

You must be logged in to vote

Hello

If you want add_stages to be able to create user objects you need this

base/Moose.C:  registerMooseObjectTask("add_stages",              UserObject,             false);

If you want Stages to be recognized as something different than User Objects, then you need to do this in the Stage base class validParams

params.registerBase("Stages");

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmeier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants