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

Silo I/O: Read All Kinds of Silo Data #1274

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
36e7701
got quadmesh to wrok
JustinPrivitera Mar 29, 2024
26223de
so it begins
JustinPrivitera Mar 29, 2024
8387da6
stopping point
JustinPrivitera Mar 29, 2024
e8b1942
I think the root index gen function is done, now need to rewrite the …
JustinPrivitera Apr 2, 2024
c2cfbb1
read mesh works in theory
JustinPrivitera Apr 2, 2024
01ef570
code compiles, but does it work?
JustinPrivitera Apr 2, 2024
f01e4d4
amazingly, almost all the tests pass
JustinPrivitera Apr 2, 2024
6f377e3
fixed failing test but broke a whole bunch of others
JustinPrivitera Apr 3, 2024
2160a55
that's a silly bug
JustinPrivitera Apr 3, 2024
e45fd63
goodbye helpers hello lambdas
JustinPrivitera Apr 3, 2024
0334365
clean up tests
JustinPrivitera Apr 3, 2024
a4eb4ba
todo is done
JustinPrivitera Apr 3, 2024
d8035eb
audit of the tests is complete
JustinPrivitera Apr 3, 2024
e06fb40
I am getting some test data
JustinPrivitera Apr 3, 2024
d08cbd1
update path
JustinPrivitera Apr 3, 2024
8dbaddd
new test fails
JustinPrivitera Apr 4, 2024
8e74f83
test pass
JustinPrivitera Apr 4, 2024
90040f6
I broke so many things
JustinPrivitera Apr 4, 2024
f74a507
I'm not convinced that what I am trying to do is possible in blueprint
JustinPrivitera Apr 4, 2024
0a40765
restore old status quo
JustinPrivitera Apr 4, 2024
655f63c
HAH I got it
JustinPrivitera Apr 5, 2024
a5e971a
cleanup
JustinPrivitera Apr 5, 2024
9ad64c5
now supports strided structured case
JustinPrivitera Apr 5, 2024
a2cd55f
sloppily write strided structured case
JustinPrivitera Apr 8, 2024
c91dfc7
so close on strided structured to silo
JustinPrivitera Apr 8, 2024
b56fa81
this isn't fair
JustinPrivitera Apr 9, 2024
008810e
I'm in jail
JustinPrivitera Apr 9, 2024
0dad18e
cyrus brings clarity to life
JustinPrivitera Apr 10, 2024
e5f352a
failure
JustinPrivitera Apr 10, 2024
cfe64dc
sorry have all the tests
JustinPrivitera Apr 10, 2024
91ce5cd
I'm in structured strided jail
JustinPrivitera Apr 11, 2024
70340b7
colmajor mesh case is handled
JustinPrivitera Apr 11, 2024
f522344
bring back tests and add new one
JustinPrivitera Apr 11, 2024
4b654a2
clean up
JustinPrivitera Apr 11, 2024
45fdd68
I survived
JustinPrivitera Apr 11, 2024
684451b
thinking about life'
JustinPrivitera Apr 11, 2024
dba97e0
symlinks and comments
JustinPrivitera Apr 17, 2024
7ae2774
colmajor fields
JustinPrivitera Apr 17, 2024
592736e
structured strided gets no mats from silo
JustinPrivitera Apr 17, 2024
f12e129
notes on what is needed
JustinPrivitera Apr 17, 2024
0a688cb
give up on irregularly strided matsets
JustinPrivitera Apr 17, 2024
0e662f5
notes
JustinPrivitera Apr 17, 2024
ded97ef
Merge branch 'develop' into task/JustinPrivitera/03_28_24/arb_silo_fi…
JustinPrivitera Apr 17, 2024
c7eb704
here are symlinks for visit
JustinPrivitera Apr 17, 2024
ac80154
I put this in another PR
JustinPrivitera Apr 18, 2024
2ad23c6
fiox options comment
JustinPrivitera Apr 18, 2024
43a0beb
oops
JustinPrivitera Apr 18, 2024
1fc9605
limit meshes
JustinPrivitera Apr 18, 2024
d14a60b
I think I restored the status quo
JustinPrivitera Apr 20, 2024
bb56d77
remove bad test
JustinPrivitera Apr 23, 2024
dc68424
fixed failing test
JustinPrivitera Apr 23, 2024
ddd0eb6
smaller PR is better
JustinPrivitera Apr 23, 2024
f20b5ad
restore old tests
JustinPrivitera Apr 23, 2024
7bb66bc
I like const
JustinPrivitera Apr 23, 2024
7b77c6c
have a comment
JustinPrivitera Apr 23, 2024
91331ef
I did this
JustinPrivitera Apr 23, 2024
1429103
missing comment
JustinPrivitera Apr 23, 2024
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
604 changes: 475 additions & 129 deletions src/libs/relay/conduit_relay_io_silo.cpp

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/tests/relay/data/silo/overlink/c36_m5.silo
1 change: 1 addition & 0 deletions src/tests/relay/data/silo/overlink/tetra8.silo
Binary file added src/tests/relay/data/silo/silo/curv2d.silo
Binary file not shown.
Binary file not shown.
Binary file added src/tests/relay/data/silo/silo/curv3d.silo
Binary file not shown.
Binary file not shown.
Binary file added src/tests/relay/data/silo/silo/globe.silo
Binary file not shown.
Loading
Loading