Conversation
18f39ec to
b0c9641
Compare
|
Job Documentation, step Docs: sync website on 3ecda23 wanted to post the following: View the site here This comment will be updated on new commits. |
6922dac to
8bba206
Compare
|
Job Coverage, step Generate coverage on 3ecda23 wanted to post the following: Framework coverageInconsistent report tags were found between the head and base reports. Inconsistent tags: Modules coverageCoverage did not change Full coverage reportsReports
This comment will be updated on new commits. |
|
Just realized that MOOSE assumes each object operates on a single variable in a lot of places... |
8bba206 to
3378341
Compare
3378341 to
3ecda23
Compare
|
Job Test, step Results summary on 3ecda23 wanted to post the following: Framework test summaryCompared against c89dc52 in job civet.inl.gov/job/3609951. No change Modules test summaryCompared against c89dc52 in job civet.inl.gov/job/3609951. No change |
Refs #30655.
Multivariable kernels are different from vector or array kernels. It works by simply specifying
variablesinstead ofvariableto existing kernels. This concept allows consolidating multiple same kernels operating on different standard variables into a single kernel and provides additional parallelism over the variables. This is considered useful for certain applications like neutronics, where the same kernel applies to multiple flux variables representing each energy group. Using array variables for this makes it cumbersome to access each component (group).