How to register a task to build user objects #27264
Answered
by
GiudGiud
jmeier
asked this question in
Q&A Getting Started
-
|
Dear Moose community, I like my action to create an (user-defined) user object. My I can compile my app. Unfortunately, I get the following error when I try to execute: How can I register my task to build user objects? Thank you for your attention! |
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
Apr 2, 2024
Replies: 1 comment
-
|
Hello If you want add_stages to be able to create user objects you need this 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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jmeier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
If you want add_stages to be able to create user objects you need this
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