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

Construct shapes in memory and support more shapes #1436

Merged
merged 58 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
04c3971
Add const to input arguments to assure they are not changed.
gunney1 Jul 19, 2024
7bd74e5
Preliminary ability to generate shape in memory.
gunney1 Jul 31, 2024
88e8222
Add 2 more checks and exit with number of failures found.
gunney1 Jul 31, 2024
126934b
Fix bug that fails to apply GeometryOperators that are not composites.
gunney1 Aug 1, 2024
03b3f07
Add optional scaling to test the use of geometry operator.
gunney1 Aug 1, 2024
2cbfb3c
Add analytical sphere test and factor out code to generate discrete s…
gunney1 Aug 6, 2024
758b7ab
Remove obsolete code from Shaper.
gunney1 Aug 7, 2024
711b29a
Some name changes to fit accepted terminology.
gunney1 Aug 8, 2024
63358e9
Add SOR, cylinder and cone to in-memory shaping.
gunney1 Aug 8, 2024
cf58388
Small changes to comments.
gunney1 Aug 9, 2024
e3e8974
Implement arbitrary locations for VOR (not always on x-axis).
gunney1 Aug 10, 2024
381a75a
Add hexahedron shaping (in-memory only for now, not through klee).
gunney1 Aug 11, 2024
931d1ba
Set DiscreteShape default behavior for adaptive refinement of SOR.
gunney1 Aug 13, 2024
4bee170
Fix mesh pointers that get passed into classes then deleted.
gunney1 Aug 13, 2024
b409d47
Get in-memory shaping working on rzansel host execution.
gunney1 Aug 13, 2024
e5ac6bd
Enable multi-policy testing for in-memory shaping.
gunney1 Aug 14, 2024
df21a07
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Aug 20, 2024
6815047
Support single tet shape in in-memory shaping.
gunney1 Aug 30, 2024
ae8bfb2
Support plane shape.
gunney1 Sep 1, 2024
d51a85f
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Sep 30, 2024
382313e
Make some groups and views const where they are not modified.
gunney1 Oct 2, 2024
d73df72
More robust way to get temporary unique Group name.
gunney1 Oct 2, 2024
933e4e3
Change parameter ordering.
gunney1 Oct 2, 2024
42bf676
Rename memory-blueprint format to blueprint-tet and add checks
gunney1 Oct 2, 2024
6585fa2
Factor out code to shorten a method for readability.
gunney1 Oct 2, 2024
408b427
Reformat.
gunney1 Oct 2, 2024
39232fd
Check for valid sidre Group in cases where it's required.
gunney1 Oct 2, 2024
7507658
Temporary work-around for data re-allocation crash in docker tests.
gunney1 Oct 6, 2024
d9a7fc3
Autoformat and change parameter comment.
gunney1 Oct 6, 2024
8d6db24
Temporarily disable a sanity check that causes weird crash in
gunney1 Oct 9, 2024
848a449
Fix error in non-Umpire build.
gunney1 Oct 9, 2024
5c76ae5
In-memory shaping example requires RAJA, so disable if no raja.
gunney1 Oct 9, 2024
ec440d6
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Oct 10, 2024
8b38891
Fix non-umpire build.
gunney1 Oct 11, 2024
c17f102
Undo the work-around for the (now fixed) Umpire reallocate crash.
gunney1 Oct 11, 2024
6bc441d
Comment changes from code review.
gunney1 Oct 11, 2024
4b8d9f3
Remove support for reading in MFEM mesh in the new test.
gunney1 Oct 14, 2024
8f12aa9
Remove unused code (for sampling shaping) in the new test.
gunney1 Oct 14, 2024
4b99328
Re-enable blueprint check on input mesh.
gunney1 Oct 14, 2024
9af7adf
Minor changes from code review comments.
gunney1 Oct 21, 2024
370ba11
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Nov 5, 2024
d290616
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Nov 6, 2024
fa54103
Remove redundant line left in by merge.
gunney1 Nov 6, 2024
ac42dc5
Add test option "all" to test multiple shapes and let more shape resp…
gunney1 Nov 25, 2024
72e8769
Remove need to enter explicit mesh dimension.
gunney1 Nov 26, 2024
7cb17c6
Add TODO note about problems with using huge tets to represent plane.
gunney1 Nov 26, 2024
6a497aa
Autoformat.
gunney1 Nov 26, 2024
1b87370
Tweak shapes to make them about the same size.
gunney1 Nov 26, 2024
a2e185c
Change fake material name to match shape name.
gunney1 Dec 30, 2024
b3db9b4
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Dec 30, 2024
fbb5a9e
Remove verifying user mesh is a blueprint tet mesh.
gunney1 Jan 3, 2025
9ec6b08
Autoformat.
gunney1 Jan 3, 2025
582a459
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Jan 3, 2025
eb1cf6f
Update RELEASE-NOTES.
gunney1 Jan 8, 2025
eb226ee
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Jan 8, 2025
69b57cc
Changes from code review.
gunney1 Jan 13, 2025
563358c
More changes from code review.
gunney1 Jan 14, 2025
8dbe147
Merge remote-tracking branch 'gh/develop' into feature/gunney/constru…
gunney1 Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove redundant line left in by merge.
  • Loading branch information
gunney1 committed Nov 6, 2024
commit fa541037c427f254cec1a13967a4116c6c8ec034
1 change: 0 additions & 1 deletion src/axom/sidre/core/View.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,6 @@ void View::deepCopyView(View* copy, int allocID) const
{
copy->describe(getTypeID(), getNumDimensions(), m_shape.data());
}
copy->describe(getTypeID(), getNumDimensions(), m_shape.data());
}

switch(m_state)
Expand Down
Loading