Skip to content

added option to the mesh plot to plot generated zones #20492

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

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

cyrush
Copy link
Member

@cyrush cyrush commented Jul 18, 2025

Description

Adds Show generate zones option to the mesh plot.
Screenshot 2025-07-18 at 2 57 26 PM

Default is off.

When this option is on, we skip using the original zone ids to screen mesh lines.

Use for this is best demonstrated with mfem multi res data.

Off:
Screenshot 2025-07-18 at 2 58 40 PM

On:

Screenshot 2025-07-18 at 2 58 44 PM

Resolves #18550

Type of change

  • Bug fix~~
  • New feature~~
  • Documentation update~~
  • Other~~

How Has This Been Tested?

Reminders:

  • Please follow the style guidelines of this project.
  • Please perform a self-review of your code before submitting a PR and asking others to review it.
  • Please assign reviewers (see VisIt's PR procedures for more information).

Checklist:

  • I have commented my code where applicable.~~
  • I have updated the release notes.~~
  • I have made corresponding changes to the documentation.~~
  • I have added debugging support to my changes.~~
  • I have added tests that prove my fix is effective or that my feature works.~~
  • I have confirmed new and existing unit tests pass locally with my changes.~~
  • I have added new baselines for any new tests to the repo.~~
  • I have NOT made any changes to protocol or public interfaces in an RC branch.~~

@cyrush cyrush marked this pull request as draft July 18, 2025 14:15
@@ -1,4 +1,3 @@
Target: xml2atts
Function: ChangesRequireRecalculation
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used xmledit to make these changes, surprised to see the Target dropped?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mesh plot, option to ignore original cell ids
1 participant