-
Notifications
You must be signed in to change notification settings - Fork 79
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
Discontinuous galerkin #403
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b38e352 - Browse repository at this point
Copy the full SHA b38e352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313d43d - Browse repository at this point
Copy the full SHA 313d43dView commit details
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 665558e - Browse repository at this point
Copy the full SHA 665558eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd8481 - Browse repository at this point
Copy the full SHA bdd8481View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da4a6c - Browse repository at this point
Copy the full SHA 1da4a6cView commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b7d86f - Browse repository at this point
Copy the full SHA 3b7d86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f69dd - Browse repository at this point
Copy the full SHA f1f69ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e98d2 - Browse repository at this point
Copy the full SHA d7e98d2View commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b057e3 - Browse repository at this point
Copy the full SHA 4b057e3View commit details
Commits on Jun 2, 2022
-
Windows fixes: make functions non-inline
Making certain functions in Ioss::Utils non-inline to avoid export errors on Windows. Accessing the non-exported static variables was causing errors. This avoids that. Also added API to access current values for various streams.
Configuration menu - View commit details
-
Copy full SHA for be7b749 - Browse repository at this point
Copy the full SHA be7b749View commit details -
Configuration menu - View commit details
-
Copy full SHA for db1de22 - Browse repository at this point
Copy the full SHA db1de22View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac006ff - Browse repository at this point
Copy the full SHA ac006ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4621ed - Browse repository at this point
Copy the full SHA a4621edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8269793 - Browse repository at this point
Copy the full SHA 8269793View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a6576 - Browse repository at this point
Copy the full SHA c5a6576View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5e227 - Browse repository at this point
Copy the full SHA bb5e227View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0029fb - Browse repository at this point
Copy the full SHA e0029fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc8520 - Browse repository at this point
Copy the full SHA 7dc8520View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c1bf2 - Browse repository at this point
Copy the full SHA b5c1bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c621b45 - Browse repository at this point
Copy the full SHA c621b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ce49d - Browse repository at this point
Copy the full SHA 99ce49dView commit details -
Revert "EPU: Minor improvement in message (plural vs singular)"
This reverts commit 6ca490c.
Configuration menu - View commit details
-
Copy full SHA for d93b5dc - Browse repository at this point
Copy the full SHA d93b5dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 009ac76 - Browse repository at this point
Copy the full SHA 009ac76View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0fa075 - Browse repository at this point
Copy the full SHA b0fa075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c4ad2 - Browse repository at this point
Copy the full SHA 72c4ad2View commit details -
Revert "Remove shadowed variable."
This reverts commit 4d54381a3264dea155de65d0588cb192b37c0e1f.
Configuration menu - View commit details
-
Copy full SHA for 457f7cc - Browse repository at this point
Copy the full SHA 457f7ccView commit details -
Revert "IOSS: cgns - remove lambdas to see if fixes stria issue"
This reverts commit 8dde87a74344b8b57f0f948e58f73e82c950e074.
Configuration menu - View commit details
-
Copy full SHA for 9aa8b70 - Browse repository at this point
Copy the full SHA 9aa8b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd1028 - Browse repository at this point
Copy the full SHA 5dd1028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f803cd - Browse repository at this point
Copy the full SHA 6f803cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f61103 - Browse repository at this point
Copy the full SHA 8f61103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f956c - Browse repository at this point
Copy the full SHA 67f956cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f32625 - Browse repository at this point
Copy the full SHA 5f32625View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe4ecd - Browse repository at this point
Copy the full SHA bfe4ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79413c3 - Browse repository at this point
Copy the full SHA 79413c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86995b - Browse repository at this point
Copy the full SHA c86995bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 693a90e - Browse repository at this point
Copy the full SHA 693a90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb7dcf5 - Browse repository at this point
Copy the full SHA fb7dcf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c402e - Browse repository at this point
Copy the full SHA 57c402eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f40b497 - Browse repository at this point
Copy the full SHA f40b497View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89c75c - Browse repository at this point
Copy the full SHA c89c75cView commit details -
Add SEACAS_HAVE_MPI include guards for ioss unit_tests that use MPI. These are still run for serial builds and this change allows them to compile and run. Add -DMATIO_SHARED:BOOL=${SHARED} to TPS/matio/runcmake.sh. Matio's CMake isn't respecting the CMAKE variable BUILD_SHARED_LIBS and still builds shared version when SHARED=NO.
Configuration menu - View commit details
-
Copy full SHA for 9357556 - Browse repository at this point
Copy the full SHA 9357556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1c99f - Browse repository at this point
Copy the full SHA 0b1c99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb7947 - Browse repository at this point
Copy the full SHA 4eb7947View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab93002 - Browse repository at this point
Copy the full SHA ab93002View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd11853 - Browse repository at this point
Copy the full SHA fd11853View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0302b - Browse repository at this point
Copy the full SHA cc0302bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc1e980 - Browse repository at this point
Copy the full SHA dc1e980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aef224 - Browse repository at this point
Copy the full SHA 3aef224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 978c13b - Browse repository at this point
Copy the full SHA 978c13bView commit details -
EXODUS.PY: Add the get_block_id_map method
This adds functionality to add being able to easily find the elements contained within EX_ELEM_BLOCK or other type without keeping track of global and internal indicies.
Configuration menu - View commit details
-
Copy full SHA for 3fcdf1d - Browse repository at this point
Copy the full SHA 3fcdf1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9de217 - Browse repository at this point
Copy the full SHA e9de217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e19426 - Browse repository at this point
Copy the full SHA 3e19426View commit details -
Configuration menu - View commit details
-
Copy full SHA for edca1f5 - Browse repository at this point
Copy the full SHA edca1f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 017f354 - Browse repository at this point
Copy the full SHA 017f354View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21e23c - Browse repository at this point
Copy the full SHA c21e23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 766bf3a - Browse repository at this point
Copy the full SHA 766bf3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e8312 - Browse repository at this point
Copy the full SHA 07e8312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3dfde - Browse repository at this point
Copy the full SHA 3a3dfdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd947d - Browse repository at this point
Copy the full SHA fdd947dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8bf27 - Browse repository at this point
Copy the full SHA ec8bf27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c70226 - Browse repository at this point
Copy the full SHA 4c70226View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f78f6b - Browse repository at this point
Copy the full SHA 8f78f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4d581 - Browse repository at this point
Copy the full SHA fd4d581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3990119 - Browse repository at this point
Copy the full SHA 3990119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3116290 - Browse repository at this point
Copy the full SHA 3116290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e529ad - Browse repository at this point
Copy the full SHA 5e529adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c0933 - Browse repository at this point
Copy the full SHA 56c0933View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 279c5f0 - Browse repository at this point
Copy the full SHA 279c5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57674cf - Browse repository at this point
Copy the full SHA 57674cfView commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96bfa75 - Browse repository at this point
Copy the full SHA 96bfa75View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0123a4c - Browse repository at this point
Copy the full SHA 0123a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be17523 - Browse repository at this point
Copy the full SHA be17523View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f005ce8 - Browse repository at this point
Copy the full SHA f005ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fad0e9a - Browse repository at this point
Copy the full SHA fad0e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8df99 - Browse repository at this point
Copy the full SHA 1d8df99View commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 448dc01 - Browse repository at this point
Copy the full SHA 448dc01View commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40506bc - Browse repository at this point
Copy the full SHA 40506bcView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dda5da5 - Browse repository at this point
Copy the full SHA dda5da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3733f22 - Browse repository at this point
Copy the full SHA 3733f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dcaa44 - Browse repository at this point
Copy the full SHA 4dcaa44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d194b - Browse repository at this point
Copy the full SHA f7d194bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e6256 - Browse repository at this point
Copy the full SHA 87e6256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349e24d - Browse repository at this point
Copy the full SHA 349e24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b0ae3 - Browse repository at this point
Copy the full SHA 21b0ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bc8c7 - Browse repository at this point
Copy the full SHA 08bc8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f15a2bf - Browse repository at this point
Copy the full SHA f15a2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cab39 - Browse repository at this point
Copy the full SHA 86cab39View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0548c5 - Browse repository at this point
Copy the full SHA e0548c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f484eb2 - Browse repository at this point
Copy the full SHA f484eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3384b - Browse repository at this point
Copy the full SHA 8a3384bView commit details -
Revert "EPU: Minor improvement in message (plural vs singular)"
This reverts commit 6ca490c.
Configuration menu - View commit details
-
Copy full SHA for 9fbb288 - Browse repository at this point
Copy the full SHA 9fbb288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1866b - Browse repository at this point
Copy the full SHA 9c1866bView commit details -
Revert "Remove shadowed variable."
This reverts commit 4d54381a3264dea155de65d0588cb192b37c0e1f.
Configuration menu - View commit details
-
Copy full SHA for 3e0b9b8 - Browse repository at this point
Copy the full SHA 3e0b9b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f2fc5 - Browse repository at this point
Copy the full SHA 19f2fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7983d3e - Browse repository at this point
Copy the full SHA 7983d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ecdb67 - Browse repository at this point
Copy the full SHA 1ecdb67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e12a09 - Browse repository at this point
Copy the full SHA 2e12a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de940d - Browse repository at this point
Copy the full SHA 2de940dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1349f0 - Browse repository at this point
Copy the full SHA a1349f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e5ac1 - Browse repository at this point
Copy the full SHA 14e5ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f589df - Browse repository at this point
Copy the full SHA 3f589dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e107f5 - Browse repository at this point
Copy the full SHA 2e107f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5039db - Browse repository at this point
Copy the full SHA d5039dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e09ca - Browse repository at this point
Copy the full SHA 47e09caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1673d5c - Browse repository at this point
Copy the full SHA 1673d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d801b - Browse repository at this point
Copy the full SHA 31d801bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9bb18d - Browse repository at this point
Copy the full SHA d9bb18dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecbd362 - Browse repository at this point
Copy the full SHA ecbd362View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b0091 - Browse repository at this point
Copy the full SHA e5b0091View commit details -
Merge branch 'discontinuous-galerkin' of https://github.com/sandialab…
…s/seacas into discontinuous-galerkin
Configuration menu - View commit details
-
Copy full SHA for fb72bd5 - Browse repository at this point
Copy the full SHA fb72bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c176f - Browse repository at this point
Copy the full SHA d9c176fView commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7df7cf1 - Browse repository at this point
Copy the full SHA 7df7cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f202d - Browse repository at this point
Copy the full SHA 86f202dView commit details -
Configuration menu - View commit details
-
Copy full SHA for caffa6d - Browse repository at this point
Copy the full SHA caffa6dView commit details
Commits on Oct 30, 2023
-
Revert "EXODUS.PY: See if this fixes ci build issues"
This reverts commit 86f202d.
Configuration menu - View commit details
-
Copy full SHA for 4af86e8 - Browse repository at this point
Copy the full SHA 4af86e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc97066 - Browse repository at this point
Copy the full SHA cc97066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4560ddb - Browse repository at this point
Copy the full SHA 4560ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cdd730 - Browse repository at this point
Copy the full SHA 1cdd730View commit details -
Configuration menu - View commit details
-
Copy full SHA for df03dfc - Browse repository at this point
Copy the full SHA df03dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d843e11 - Browse repository at this point
Copy the full SHA d843e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e8ac4 - Browse repository at this point
Copy the full SHA c4e8ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 588c901 - Browse repository at this point
Copy the full SHA 588c901View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba63d75 - Browse repository at this point
Copy the full SHA ba63d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af404e - Browse repository at this point
Copy the full SHA 3af404eView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd62115 - Browse repository at this point
Copy the full SHA bd62115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e6149 - Browse repository at this point
Copy the full SHA 08e6149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15190db - Browse repository at this point
Copy the full SHA 15190dbView commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d83c04 - Browse repository at this point
Copy the full SHA 4d83c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb70ae6 - Browse repository at this point
Copy the full SHA cb70ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff08faf - Browse repository at this point
Copy the full SHA ff08fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3884f - Browse repository at this point
Copy the full SHA 4d3884fView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 129a0d5 - Browse repository at this point
Copy the full SHA 129a0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92fdb3f - Browse repository at this point
Copy the full SHA 92fdb3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af2548 - Browse repository at this point
Copy the full SHA 1af2548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4e9af - Browse repository at this point
Copy the full SHA 6f4e9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 766d214 - Browse repository at this point
Copy the full SHA 766d214View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4cfef3 - Browse repository at this point
Copy the full SHA a4cfef3View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 874e4af - Browse repository at this point
Copy the full SHA 874e4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6450f8c - Browse repository at this point
Copy the full SHA 6450f8cView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f304c3 - Browse repository at this point
Copy the full SHA 2f304c3View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1eb54a4 - Browse repository at this point
Copy the full SHA 1eb54a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5c714 - Browse repository at this point
Copy the full SHA be5c714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0155d37 - Browse repository at this point
Copy the full SHA 0155d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f4ad7 - Browse repository at this point
Copy the full SHA e2f4ad7View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b932610 - Browse repository at this point
Copy the full SHA b932610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e9337 - Browse repository at this point
Copy the full SHA 91e9337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030e540 - Browse repository at this point
Copy the full SHA 030e540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 642daa3 - Browse repository at this point
Copy the full SHA 642daa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 141887b - Browse repository at this point
Copy the full SHA 141887bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7110e2 - Browse repository at this point
Copy the full SHA e7110e2View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 037c57b - Browse repository at this point
Copy the full SHA 037c57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c32d3c8 - Browse repository at this point
Copy the full SHA c32d3c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb68ec - Browse repository at this point
Copy the full SHA 5bb68ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf8c5a - Browse repository at this point
Copy the full SHA 8cf8c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0feab - Browse repository at this point
Copy the full SHA dd0feabView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1955a8 - Browse repository at this point
Copy the full SHA a1955a8View commit details -
Merge branch 'discontinuous-galerkin' of https://github.com/SandiaLab…
…s/seacas into discontinuous-galerkin
Configuration menu - View commit details
-
Copy full SHA for 7eb5759 - Browse repository at this point
Copy the full SHA 7eb5759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6f4ca - Browse repository at this point
Copy the full SHA 3b6f4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e23b8e8 - Browse repository at this point
Copy the full SHA e23b8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c5ff3 - Browse repository at this point
Copy the full SHA f0c5ff3View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e1e05f - Browse repository at this point
Copy the full SHA 9e1e05fView commit details -
* IOSS: io_modify - try to get cgns structured mesh coordinate mods working * IOSS: io_modify - fix coordinate modification routines * IOSS: io_modify - try to handle block geometry modify in cgns * IOSS: io_info -- bbox works for structured mesh * IOSS: io_modify - redo geometry transformation code --------- Co-authored-by: Greg Sjaardema <gdsjaar@sandia.gov>
Configuration menu - View commit details
-
Copy full SHA for 092c2dd - Browse repository at this point
Copy the full SHA 092c2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c256a1a - Browse repository at this point
Copy the full SHA c256a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b87752f - Browse repository at this point
Copy the full SHA b87752fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e2e1e - Browse repository at this point
Copy the full SHA a3e2e1eView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91db5fc - Browse repository at this point
Copy the full SHA 91db5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74dd29c - Browse repository at this point
Copy the full SHA 74dd29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c769ff - Browse repository at this point
Copy the full SHA 8c769ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2a73d - Browse repository at this point
Copy the full SHA 9a2a73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4596de - Browse repository at this point
Copy the full SHA e4596deView commit details -
Configuration menu - View commit details
-
Copy full SHA for bab1c0c - Browse repository at this point
Copy the full SHA bab1c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5132572 - Browse repository at this point
Copy the full SHA 5132572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af6e3d - Browse repository at this point
Copy the full SHA 4af6e3dView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a59a410 - Browse repository at this point
Copy the full SHA a59a410View commit details
Commits on Apr 22, 2024
-
APREPRO: Fix some issues found in sierra input files
* Testing an undefined variable against a string in a boolean (EQ, NE, LT, ...) was always returning true. . Changed such that an undefined variable in a boolean test with a string expression treats the undefined variable as the empty string. `{if (undefined_var == "Greg")}' Will parse as `{if ("" == "Greg")}' and output an undefined_variable warning. * The `exp()` function will output an ERANGE error for both underflow and overflow. We are ok with underflow not giving an error. Changed so only get math error in case of overflow.
Configuration menu - View commit details
-
Copy full SHA for cd54cb8 - Browse repository at this point
Copy the full SHA cd54cb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15e4b0 - Browse repository at this point
Copy the full SHA b15e4b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52f3d5 - Browse repository at this point
Copy the full SHA d52f3d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdecb8d - Browse repository at this point
Copy the full SHA bdecb8dView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aae2234 - Browse repository at this point
Copy the full SHA aae2234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3a551 - Browse repository at this point
Copy the full SHA 2a3a551View commit details -
IOSS: heartbeat - add HEARTBEAT_FLUSH_INTERVAL property, document 0 w…
…ill flush every step
Configuration menu - View commit details
-
Copy full SHA for c6632fc - Browse repository at this point
Copy the full SHA c6632fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4532a16 - Browse repository at this point
Copy the full SHA 4532a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe93648 - Browse repository at this point
Copy the full SHA fe93648View commit details -
Configuration menu - View commit details
-
Copy full SHA for b899274 - Browse repository at this point
Copy the full SHA b899274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3accf17 - Browse repository at this point
Copy the full SHA 3accf17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14fd601 - Browse repository at this point
Copy the full SHA 14fd601View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7adc5d2 - Browse repository at this point
Copy the full SHA 7adc5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7adbf79 - Browse repository at this point
Copy the full SHA 7adbf79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87dad93 - Browse repository at this point
Copy the full SHA 87dad93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 652c8ed - Browse repository at this point
Copy the full SHA 652c8edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f2943 - Browse repository at this point
Copy the full SHA 57f2943View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c82067 - Browse repository at this point
Copy the full SHA 6c82067View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d72279 - Browse repository at this point
Copy the full SHA 3d72279View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9254533 - Browse repository at this point
Copy the full SHA 9254533View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a57e8a2 - Browse repository at this point
Copy the full SHA a57e8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa37e6f - Browse repository at this point
Copy the full SHA fa37e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd53f5 - Browse repository at this point
Copy the full SHA fdd53f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bac91 - Browse repository at this point
Copy the full SHA a0bac91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5759165 - Browse repository at this point
Copy the full SHA 5759165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34d9778 - Browse repository at this point
Copy the full SHA 34d9778View commit details -
Configuration menu - View commit details
-
Copy full SHA for a06cb91 - Browse repository at this point
Copy the full SHA a06cb91View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5280a42 - Browse repository at this point
Copy the full SHA 5280a42View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8708e01 - Browse repository at this point
Copy the full SHA 8708e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea03305 - Browse repository at this point
Copy the full SHA ea03305View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f666f - Browse repository at this point
Copy the full SHA c6f666fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 017a305 - Browse repository at this point
Copy the full SHA 017a305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63afb17 - Browse repository at this point
Copy the full SHA 63afb17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f04dd - Browse repository at this point
Copy the full SHA 93f04ddView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e10ad7d - Browse repository at this point
Copy the full SHA e10ad7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd911d - Browse repository at this point
Copy the full SHA 7dd911dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6235432 - Browse repository at this point
Copy the full SHA 6235432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35abc47 - Browse repository at this point
Copy the full SHA 35abc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7196f7d - Browse repository at this point
Copy the full SHA 7196f7dView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b207eb0 - Browse repository at this point
Copy the full SHA b207eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a29b4 - Browse repository at this point
Copy the full SHA 59a29b4View commit details -
EXODUS: get_X_metadata functions have count argument added so call-to…
…-call order works
Configuration menu - View commit details
-
Copy full SHA for fa03d28 - Browse repository at this point
Copy the full SHA fa03d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d6a3a - Browse repository at this point
Copy the full SHA 66d6a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9e701 - Browse repository at this point
Copy the full SHA 1d9e701View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8178bd - Browse repository at this point
Copy the full SHA f8178bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f2fe4 - Browse repository at this point
Copy the full SHA 74f2fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f47e72 - Browse repository at this point
Copy the full SHA 6f47e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5902737 - Browse repository at this point
Copy the full SHA 5902737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28616bf - Browse repository at this point
Copy the full SHA 28616bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad8c7c - Browse repository at this point
Copy the full SHA 5ad8c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bff2adc - Browse repository at this point
Copy the full SHA bff2adcView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3245629 - Browse repository at this point
Copy the full SHA 3245629View commit details -
Configuration menu - View commit details
-
Copy full SHA for d19c73a - Browse repository at this point
Copy the full SHA d19c73aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3bdc85 - Browse repository at this point
Copy the full SHA b3bdc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a20b38 - Browse repository at this point
Copy the full SHA 0a20b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb93b9c - Browse repository at this point
Copy the full SHA bb93b9cView commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4775e7c - Browse repository at this point
Copy the full SHA 4775e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 954856b - Browse repository at this point
Copy the full SHA 954856bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a1e480 - Browse repository at this point
Copy the full SHA 5a1e480View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fdbeef - Browse repository at this point
Copy the full SHA 2fdbeefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7494b3c - Browse repository at this point
Copy the full SHA 7494b3cView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f98cad3 - Browse repository at this point
Copy the full SHA f98cad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 440c473 - Browse repository at this point
Copy the full SHA 440c473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89305b2 - Browse repository at this point
Copy the full SHA 89305b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7b4e63 - Browse repository at this point
Copy the full SHA a7b4e63View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cf7ee5 - Browse repository at this point
Copy the full SHA 9cf7ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4d788 - Browse repository at this point
Copy the full SHA 6f4d788View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff80de - Browse repository at this point
Copy the full SHA fff80deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f768c7 - Browse repository at this point
Copy the full SHA 2f768c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cdd25f - Browse repository at this point
Copy the full SHA 3cdd25fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b9969d - Browse repository at this point
Copy the full SHA 7b9969dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df70aa - Browse repository at this point
Copy the full SHA 3df70aaView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfd5177 - Browse repository at this point
Copy the full SHA dfd5177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc1062 - Browse repository at this point
Copy the full SHA 5cc1062View commit details