-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Kokkos UserObjects and Postprocessors System #31858
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
base: next
Are you sure you want to change the base?
Conversation
81a8706 to
0d85639
Compare
fed2f32 to
865bc8f
Compare
865bc8f to
f40d392
Compare
f40d392 to
abf345d
Compare
|
Job Documentation, step Docs: sync website on 4c7f682 wanted to post the following: View the site here This comment will be updated on new commits. |
b9c0c72 to
9a79327
Compare
|
Job Coverage, step Generate coverage on 4c7f682 wanted to post the following: Framework coverage
Modules coverageStochastic tools
Full coverage reportsReports
This comment will be updated on new commits. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
2fc86e1 to
856996b
Compare
856996b to
5b4ea51
Compare
5b4ea51 to
b381d38
Compare
f9f86f6 to
7514801
Compare
7514801 to
d9f7765
Compare
|
|
||
| for (unsigned int j = i + 1; j < n; ++j) | ||
| sum -= A[i + n * j] * b[j]; | ||
| sum -= A[i + n * j] * x[j]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I must be drunk when implementing this. And I have no idea why this worked with the element auxkernels tested thus far.
|
@lindsayad The code is pretty much ready for review. I need to add some docstrings/documents. Also looking for some good UserObject tests. UserObjects are really exotic and not easy to find something that can be easily ported except for some dummy test objects. |
949ae89 to
3cf53f9
Compare
|
Job Precheck, step Clang format on 3cf53f9 wanted to post the following: Your code requires style changes. A patch was auto generated and copied here
Alternatively, with your repository up to date and in the top level of your repository:
|
f286da7 to
195b04d
Compare
195b04d to
4c7f682
Compare
|
Job Test, step Results summary on 4c7f682 wanted to post the following: Framework test summaryCompared against b79a48d in job civet.inl.gov/job/3380566. Added tests
Modules test summaryCompared against b79a48d in job civet.inl.gov/job/3380566. No change |
Refs #30655.