{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":744166556,"defaultBranch":"main","name":"svFSIplus","ownerLogin":"mrp089","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-01-16T18:48:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/51269309?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1711471993.0","currentOid":""},"activityList":{"items":[{"before":"95fbe3709c955517378ffbbf5c9708b075b439e5","after":"29f2f9f8122f8b40094d25ace5dda759964168ad","ref":"refs/heads/gh-pages","pushedAt":"2024-03-28T05:24:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 6dd920b2b2628f88839c8e2449426e7d3309cda8","shortMessageHtmlLink":"deploy: 6dd920b"}},{"before":"b28958c6ce02db6453f7ce25ed3b9994cafce9fe","after":"6dd920b2b2628f88839c8e2449426e7d3309cda8","ref":"refs/heads/main","pushedAt":"2024-03-28T05:23:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Update tolerances for cep tests and fix continuous integration issues for Ubuntu (#210)","shortMessageHtmlLink":"Update tolerances for cep tests and fix continuous integration issues…"}},{"before":null,"after":"6a0b29839f09409c0ca1903a90752fd76b72b0e1","ref":"refs/heads/test_build","pushedAt":"2024-03-26T16:53:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Empty commit","shortMessageHtmlLink":"Empty commit"}},{"before":"3e47171b9885aab0dad4a62142b3debbb00d955c","after":"95fbe3709c955517378ffbbf5c9708b075b439e5","ref":"refs/heads/gh-pages","pushedAt":"2024-03-20T04:36:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: b28958c6ce02db6453f7ce25ed3b9994cafce9fe","shortMessageHtmlLink":"deploy: b28958c"}},{"before":"29a94c3b8641118d66fc56357ef212a1cce0c63d","after":"b28958c6ce02db6453f7ce25ed3b9994cafce9fe","ref":"refs/heads/main","pushedAt":"2024-03-20T04:33:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Unit test 150 (#198)\n\n\r\n---------\r\n\r\nCo-authored-by: Yuecheng Yu \r\nCo-authored-by: Yuecheng Yu \r\nCo-authored-by: Yuecheng Yu \r\nCo-authored-by: Yuecheng Yu \r\nCo-authored-by: Yuecheng Yu \r\nCo-authored-by: Yuecheng Yu ","shortMessageHtmlLink":"Unit test 150 (SimVascular#198)"}},{"before":"0f88ba256a38dac027f1456524cc819ff3b13b92","after":"3e47171b9885aab0dad4a62142b3debbb00d955c","ref":"refs/heads/gh-pages","pushedAt":"2024-03-13T17:52:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 29a94c3b8641118d66fc56357ef212a1cce0c63d","shortMessageHtmlLink":"deploy: 29a94c3"}},{"before":"cf3422d08fa96d17b8faa86cafbd59eb5be0f45f","after":"29a94c3b8641118d66fc56357ef212a1cce0c63d","ref":"refs/heads/main","pushedAt":"2024-03-13T17:51:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"struct/ustruct 0D coupling (#188)\n\n* struct 0D coupling changes and test, but still some bugs\r\n\r\n* Bug fix, cleanup, and tests\r\n\r\nBug fix: In set_bc.cpp, when computing flowrates with integ, I was calling the wrong overloaded integ function, so the integration was not being performed in the 'o' or 'n' configurations. Instead, the flowrates were being computed with the 'r'eference configuration. The tangent contribution, however, correctly accounted for the 'n' configuration, so it was inconsistent with the flowrate. This lead to poor convergence after significant deformation of the LV model in the test case.\r\n\r\nCleanup: Removing some unnecessary lines and function arguments. Also, adding catch for invalid configuration character in gnnb(), and initializing v to 0 in fsils_bc_update()\r\n\r\nTests: 2 tests, LV_NeoHookean_passive_genBC and LV_NeoHookean_passive. LV_NeoHookean_passive_genBC is the test for struct - 0D coupling feature, but I figured I'd add LV_NeoHookean_passive (no genBC coupling) anyway. With this commit, there is very good (not exact) agreement of results between vvedula22/svFSI and aabrown100-git/svFSIplus for LV_NeoHookean_passive_genBC. The convergence histories, AllData files, and results.vtu are all nearly identical. There is also good agreement for LV_NeoHookean_passive.\r\n\r\n* Extremely minor edit to LV_NeoHookean_passive input file\r\n\r\n* Add folwP check, finish test cases.\r\n\r\n* Bug for ustruct 0D coupling, ustruct test\r\n\r\nFixed bug in set_bc.cpp for ustruct 0D coupling. When using ustruct, the Yo or Yn has nsd+1 components (nsd velocities and 1 pressure). When computing flowrate, using Yo or Yn with nsd+1 components caused an error in integ(). Error is avoided by explicitly providing the start (0) and stop (nsd-1) indices to integ(). This tells integ to only use the velocity components in Yo or Yn.\r\n\r\nAlso, adding LV_NeoHookean_passive_genBC test. This is identical to the test in struct/, except uses ustruct.\r\n\r\n* Remove previous results folders when testing\r\n\r\n* Add CMM to valid physics for 0D coupling\r\n\r\n* Update genBC Makefile to use mpif90, remove system calls in tests\r\n\r\n* Add gcc to MacOS dependencies for testing\r\n\r\nAdding gcc in hopes that gfortran will be available to compile genBC on GitHub Mac machine (https://github.com/SimVascular/svFSIplus/pull/188)\r\n\r\n* Add debug statements for Github Mac (will revert)\r\n\r\n* Modify debug statements for Github Mac\r\n\r\n* Remove debug statements for Github Mac\r\n\r\nKeeping brew reinstall -v gcc in test.yml, which seemingly properly installs gfortran and allows genBC to be compiled in my test cases.\r\n\r\n* Addressing style comments\r\n\r\nAddressing style comments from Matteo and Dave in PR: https://github.com/SimVascular/svFSIplus/pull/188\r\n\r\n* Removing LV_Holzapfel_passive svFSI.inp\r\n\r\n* Add all output fields to test cases and update ref sols\r\n\r\n* Change enum MechConfigType names","shortMessageHtmlLink":"struct/ustruct 0D coupling (SimVascular#188)"}},{"before":"2ec754de83b4b05229befa6a266b293ed607acaf","after":"e05e3f95b375329458b2e5f2d1f5ed5fb97df3d5","ref":"refs/heads/equilibrated_gr_49_minimal","pushedAt":"2024-03-03T01:01:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Throw negative Jacobian error","shortMessageHtmlLink":"Throw negative Jacobian error"}},{"before":"f581b2780516c113cf2a74367e3c0dbd99c39783","after":"2ec754de83b4b05229befa6a266b293ed607acaf","ref":"refs/heads/equilibrated_gr_49_minimal","pushedAt":"2024-03-02T20:12:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"coup_wss as material parameter","shortMessageHtmlLink":"coup_wss as material parameter"}},{"before":"fa14f76922cc87d9817d054ed842e6110ef9b6d3","after":"f581b2780516c113cf2a74367e3c0dbd99c39783","ref":"refs/heads/equilibrated_gr_49_minimal","pushedAt":"2024-02-29T06:39:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"More cleanup","shortMessageHtmlLink":"More cleanup"}},{"before":null,"after":"fa14f76922cc87d9817d054ed842e6110ef9b6d3","ref":"refs/heads/equilibrated_gr_49_minimal","pushedAt":"2024-02-29T06:29:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Remove finite differences","shortMessageHtmlLink":"Remove finite differences"}},{"before":"251a9d6bd9aa3dc0e7df216e06c12ddb5f7793c1","after":"ffcc06ab38e2eb256179b34664bd7e56e98a5f0f","ref":"refs/heads/equilibrated_gr_49_J","pushedAt":"2024-02-29T06:24:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Move parameters to input file","shortMessageHtmlLink":"Move parameters to input file"}},{"before":"121a52703d12e2732c297657bc76aad42a4863c8","after":null,"ref":"refs/heads/remove_cpp_output_199","pushedAt":"2024-02-29T03:08:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"}},{"before":"aba3c405274e825fc8676e89e9c1854195d48770","after":"251a9d6bd9aa3dc0e7df216e06c12ddb5f7793c1","ref":"refs/heads/equilibrated_gr_49_J","pushedAt":"2024-02-29T02:29:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Reset sv_struct","shortMessageHtmlLink":"Reset sv_struct"}},{"before":"3f113479a8b5e37522ccd61be33cd6f9c25d610f","after":"aba3c405274e825fc8676e89e9c1854195d48770","ref":"refs/heads/equilibrated_gr_49_J","pushedAt":"2024-02-29T02:25:06.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Update test parameters","shortMessageHtmlLink":"Update test parameters"}},{"before":"e8940f61dfcaef39453c8ed5affd9ea434312071","after":"0f88ba256a38dac027f1456524cc819ff3b13b92","ref":"refs/heads/gh-pages","pushedAt":"2024-02-29T02:06:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: cf3422d08fa96d17b8faa86cafbd59eb5be0f45f","shortMessageHtmlLink":"deploy: cf3422d"}},{"before":"69a87f25d6167d8f3467093b34f95d0e6e4f2612","after":"cf3422d08fa96d17b8faa86cafbd59eb5be0f45f","ref":"refs/heads/main","pushedAt":"2024-02-29T02:05:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Remove _cpp from outputs (and tests) (#200)","shortMessageHtmlLink":"Remove _cpp from outputs (and tests) (SimVascular#200)"}},{"before":null,"after":"121a52703d12e2732c297657bc76aad42a4863c8","ref":"refs/heads/remove_cpp_output_199","pushedAt":"2024-02-29T00:48:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Remove _cpp from outputs (and tests)","shortMessageHtmlLink":"Remove _cpp from outputs (and tests)"}},{"before":"a827c347afe30ed97c042439d66022051ff9a040","after":"3f113479a8b5e37522ccd61be33cd6f9c25d610f","ref":"refs/heads/equilibrated_gr_49_J","pushedAt":"2024-02-28T18:51:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"New test case under cases/gr/equilibrated","shortMessageHtmlLink":"New test case under cases/gr/equilibrated"}},{"before":"a7540a248bb3a04c0f2e628ca2dd5f4030a39c13","after":"e8940f61dfcaef39453c8ed5affd9ea434312071","ref":"refs/heads/gh-pages","pushedAt":"2024-02-23T14:42:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 69a87f25d6167d8f3467093b34f95d0e6e4f2612","shortMessageHtmlLink":"deploy: 69a87f2"}},{"before":"2fd02ed3bd875862f04ecabaf1cd0227644ff8b2","after":"69a87f25d6167d8f3467093b34f95d0e6e4f2612","ref":"refs/heads/main","pushedAt":"2024-02-23T14:40:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Add shell test cases plate and valve (#174)\n\n* Add shell test cases plate and valve\r\n\r\n* Crank up tolerances to the max","shortMessageHtmlLink":"Add shell test cases plate and valve (SimVascular#174)"}},{"before":"7773a3029fd729071687a2151c6e67778ff91639","after":"b61c014cf82592b7561345c33e4f017a33b4ebad","ref":"refs/heads/shell_tests_95","pushedAt":"2024-02-23T04:11:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Remove nurbs","shortMessageHtmlLink":"Remove nurbs"}},{"before":"379e6d48a971c5a5f9b43446a8d15ae4ccf7fe89","after":"be211a332c7db7893911cd34a7dec13eb8191f22","ref":"refs/heads/git_lfs_warning_26","pushedAt":"2024-02-23T03:29:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Revert to 4cfdbd6","shortMessageHtmlLink":"Revert to 4cfdbd6"}},{"before":"017df3d0950b93c078676d164c4ffef653960b27","after":"379e6d48a971c5a5f9b43446a8d15ae4ccf7fe89","ref":"refs/heads/git_lfs_warning_26","pushedAt":"2024-02-23T03:25:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Read/write permissions","shortMessageHtmlLink":"Read/write permissions"}},{"before":"45ab6caca304359bffc981ab8b63d920d287d5ff","after":"017df3d0950b93c078676d164c4ffef653960b27","ref":"refs/heads/git_lfs_warning_26","pushedAt":"2024-02-23T03:24:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Only main branch","shortMessageHtmlLink":"Only main branch"}},{"before":"ce3d68834f5374c86a5897e8a975bc7efb5b17bf","after":"45ab6caca304359bffc981ab8b63d920d287d5ff","ref":"refs/heads/git_lfs_warning_26","pushedAt":"2024-02-23T03:23:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Move permissions","shortMessageHtmlLink":"Move permissions"}},{"before":"23a76833f1393f2ae7778dd5cb8e1c8bc0bd7ee8","after":"ce3d68834f5374c86a5897e8a975bc7efb5b17bf","ref":"refs/heads/git_lfs_warning_26","pushedAt":"2024-02-23T03:20:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Minimal","shortMessageHtmlLink":"Minimal"}},{"before":"b5265090b352c2c4409ab4953893a494cda639da","after":"23a76833f1393f2ae7778dd5cb8e1c8bc0bd7ee8","ref":"refs/heads/git_lfs_warning_26","pushedAt":"2024-02-23T03:14:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"read-all","shortMessageHtmlLink":"read-all"}},{"before":"60b6a5349ccf4cf87e96feec9ff6fd0cb57250e3","after":"b5265090b352c2c4409ab4953893a494cda639da","ref":"refs/heads/git_lfs_warning_26","pushedAt":"2024-02-23T03:12:20.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Fix workflow file","shortMessageHtmlLink":"Fix workflow file"}},{"before":"4cfdbd6b455439f4cd4d301898b13b9ecddad0e9","after":"60b6a5349ccf4cf87e96feec9ff6fd0cb57250e3","ref":"refs/heads/git_lfs_warning_26","pushedAt":"2024-02-23T03:03:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Change permissions","shortMessageHtmlLink":"Change permissions"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEIWbtzgA","startCursor":null,"endCursor":null}},"title":"Activity · mrp089/svFSIplus"}