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

Add post-processor to compare vector post-processors #11704

Closed
joshuahansel opened this issue Jun 18, 2018 · 0 comments
Closed

Add post-processor to compare vector post-processors #11704

joshuahansel opened this issue Jun 18, 2018 · 0 comments
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@joshuahansel
Copy link
Contributor

Rationale

For testing purposes, it is useful to compare vector post-processors. For example, I could have a test that asserts that all values of one VPP should always be greater than or equal to all values of another VPP.

Description

This would add a post-processor that compares two vectors of two VPPs that gives a number of different comparison options (==,<,<=,>,>=) and outputs a "boolean" reporting if that comparison was true or not for all values. By "boolean" here, the data type is PostProcessorValue, which is Real, but there could be the convention "+1" for true, "-1" for false.

Impact

No API change. Additional post-processor.

@permcody permcody added C: Framework T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Jun 18, 2018
@andrsd andrsd closed this as completed in e889cfc Jun 18, 2018
hugary1995 added a commit to hugary1995/moose that referenced this issue Jun 20, 2018
test file

Update buildSideList() calls to use non-deprecated version.

Remove original elem_list, side_list, id_list data structures.  We are
also able to get rid of _n_elems, since only one line of code was
using it and it's now gone.

Refs idaholab#11565.

Do not add into vectors if they do not exist

Closes idaholab#11705

Assembly.C: do not clean up when tag does not exist

because these is no data need to be cleaned

Closes idaholab#11705

Added a post-processor to compare vector post-processors

Closes idaholab#11704

Fixed typo in clang-format hook installation script

Fix package file name

Closes idaholab#11712

more tests

add tests build

preparing documentation and regression tests

delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

2 participants