Skip to content

Enhance SamplingShaper so it can work on low order Blueprint meshes#1875

Open
BradWhitlock wants to merge 74 commits into
developfrom
feature/whitlock/sampling_low_order_blueprint_mesh
Open

Enhance SamplingShaper so it can work on low order Blueprint meshes#1875
BradWhitlock wants to merge 74 commits into
developfrom
feature/whitlock/sampling_low_order_blueprint_mesh

Conversation

@BradWhitlock

@BradWhitlock BradWhitlock commented May 27, 2026

Copy link
Copy Markdown
Member

This PR resolves #1692 so the quest::SamplingShaper can operate on Blueprint low order meshes.

  • Moved SamplingShaper MFEM state into a state object that can be used among helper routines
  • Added a BlueprintState object to support Blueprint state
  • Enhanced various methods to operate on both types of state, templating as needed
  • Separated "shaping_helpers.{cpp,hpp}" into MFEM and Blueprint files
  • Quadrature enhancements: an enum and some more methods to generate quadrature points
  • Blueprint sampling will generate sample points at quadrature as with HO and then sample shapes at those points, ultimately converting to material fields on the Blueprint mesh
  • Changed CMake logic so SamplingShaper can be built when either MFEM or Conduit (or both) are present -- enables a shaper that works without MFEM
  • When MFEM is present, we can shape MFEM contours onto Blueprint mesh in 2D
  • Enhanced shaping_driver so it can work with blueprint only mode, currently selected via inline blueprint mesh
  • Added a test of Blueprint-only mode for STL spheres
  • Made IntersectionShaper use BlueprintState where needed
  • Enhancements that allow shaping on Blueprint meshes via conduit::Node or via sidre::Group.

@BradWhitlock BradWhitlock marked this pull request as ready for review June 16, 2026 23:36
@BradWhitlock BradWhitlock requested review from Arlie-Capps, bmhan12, jcs15c, kennyweiss and rhornung67 and removed request for kennyweiss June 16, 2026 23:36
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.

Support (low order) blueprint meshes in sample-based shaper

1 participant