Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcut AuxKernel action #20753

Closed
hugary1995 opened this issue Apr 9, 2022 · 0 comments · Fixed by #20754
Closed

Shortcut AuxKernel action #20753

hugary1995 opened this issue Apr 9, 2022 · 0 comments · Fixed by #20754
Labels
C: Framework T: task An enhancement to the software.

Comments

@hugary1995
Copy link
Contributor

Reason

Right now we can do

[AuxVariables]
  [foo]
    order = SECOND
    [InitialCondition]
      type = bar
    []
  []
[]

but unfortunately not

[AuxVariables]
  [foo]
    order = SECOND
    [AuxKernel]
      type = bar
    []
  []
[]

I don't see why we aren't allowed to do so...

Design

Add an action and associate it to the proper syntax.

Impact

More concise input files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants