Skip to content

Commit

Permalink
Merge pull request #1220 from LLNL/feature/gunney/use-provided-domain-id
Browse files Browse the repository at this point in the history
Use domain_id for identification if provided in DistributedClosestPoint.
  • Loading branch information
gunney1 committed Dec 8, 2023
2 parents c03fa54 + b7cd434 commit 5a65a8a
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 259 deletions.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The Axom project release numbers follow [Semantic Versioning](http://semver.org/
negative, resulting in the signed volume becoming positive.

### Changed
- `MarchingCubes` and `DistributedClosestPoint` classes identify domains by their
`state/domain_id` parameters if provided, or the local iteration index if not.
- `MarchingCubes` and `DistributedClosestPoint` classes changed from requiring the Blueprint
coordset name to requiring the Blueprint topology name. The changed interface methods are:
- `DistributedClosestPoint::setObjectMesh`
Expand Down

0 comments on commit 5a65a8a

Please sign in to comment.