{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":578734694,"defaultBranch":"main","name":"svFSIplus","ownerLogin":"SimVascular","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-12-15T18:57:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13788322?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708043231.0","currentOid":""},"activityList":{"items":[{"before":"34736631ee80003509968292376dc2a8b5339f89","after":"97f417057bc0cb60bb385ea3c8d1feb3e87f8f63","ref":"refs/heads/gh-pages","pushedAt":"2024-04-02T18:49:30.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: 318e3a6dd1b553556d25e97e67aff195cd6ef6c9","shortMessageHtmlLink":"deploy: 318e3a6"}},{"before":"6dd920b2b2628f88839c8e2449426e7d3309cda8","after":"318e3a6dd1b553556d25e97e67aff195cd6ef6c9","ref":"refs/heads/main","pushedAt":"2024-04-02T18:48:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MatteoSalvador","name":"Matteo Salvador","path":"/MatteoSalvador","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44835004?s=80&v=4"},"commit":{"message":"Precomputed velocities #202 (#208)\n\n* including functionality to read in solution fields and store them within the mesh\r\n\r\n* adding function for reading in precomputed solutions and parameters to mesh loading (#202)\r\n\r\n* adding distribution functionality for Array3 and testing AD integration\r\n\r\n* adding linear temporal interpolation for precomputed state-variables and adding a velocity output for scalar advection (#202)\r\n\r\n* fixing initialize check for seperate fluid equation in AD simulation (#202)\r\n\r\n* removing print statements for checking\r\n\r\n* removing print statements and adding error checking for precomputed solution dimension consistency (#202)\r\n\r\n* adding test case for precomputed velocity solutions to the heatf equation, removing commented lines for testing in heatf.cpp, fixing spelling mistakes in ComMod.h (#202)\r\n\r\n* adding Doxygen compatible comments for new functions in vtk_xml.cpp and vtk_xml_parser.cpp, encapsulated precomputed linear interpolation time advancement in a function to remove from main.cpp (#202)\r\n\r\n* fixing minor formating in main.cpp (#202)","shortMessageHtmlLink":"Precomputed velocities #202 (#208)"}},{"before":"b28958c6ce02db6453f7ce25ed3b9994cafce9fe","after":"6dd920b2b2628f88839c8e2449426e7d3309cda8","ref":"refs/heads/main","pushedAt":"2024-03-28T05:23:05.000Z","pushType":"pr_merge","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":"daf9b57e4f96fb885639a1caa8ff1c3b78fcc5c1","after":"34736631ee80003509968292376dc2a8b5339f89","ref":"refs/heads/gh-pages","pushedAt":"2024-03-14T00:13:40.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-14T00:12:22.000Z","pushType":"pr_merge","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 (#198)"}},{"before":"2bc60dff31dabafb7d14339925168c502fe767f5","after":"daf9b57e4f96fb885639a1caa8ff1c3b78fcc5c1","ref":"refs/heads/gh-pages","pushedAt":"2024-03-07T02:32:54.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":"308791bd5e8d7309603da821e4057eafd27b3af4","after":"29a94c3b8641118d66fc56357ef212a1cce0c63d","ref":"refs/heads/main","pushedAt":"2024-03-07T02:32:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MatteoSalvador","name":"Matteo Salvador","path":"/MatteoSalvador","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44835004?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 (#188)"}},{"before":"ad35ee9d8390ac09a371938fa4d8e0b8bf5132f3","after":"2bc60dff31dabafb7d14339925168c502fe767f5","ref":"refs/heads/gh-pages","pushedAt":"2024-03-06T23:34:14.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: 308791bd5e8d7309603da821e4057eafd27b3af4","shortMessageHtmlLink":"deploy: 308791b"}},{"before":"cf3422d08fa96d17b8faa86cafbd59eb5be0f45f","after":"308791bd5e8d7309603da821e4057eafd27b3af4","ref":"refs/heads/main","pushedAt":"2024-03-06T23:33:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktbolt","name":"Dave Parker","path":"/ktbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23109458?s=80&v=4"},"commit":{"message":"Bug fixes for ustruct Guccione model and follower pressure load (#201)\n\n* Bug fixes for ustruct Gucci and follower pressure\r\n\r\n* Reverting ustruct/LV_Guccione_active max_iterations\r\n\r\n* Updating LV_Guccione_active reference solution\r\n\r\n* Replacing Sb = Sb + with Sb +=","shortMessageHtmlLink":"Bug fixes for ustruct Guccione model and follower pressure load (#201)"}},{"before":"bc6777a1e7b16133c958109de27a94e35e64c048","after":"ad35ee9d8390ac09a371938fa4d8e0b8bf5132f3","ref":"refs/heads/gh-pages","pushedAt":"2024-02-29T02:04:34.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:03:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktbolt","name":"Dave Parker","path":"/ktbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23109458?s=80&v=4"},"commit":{"message":"Remove _cpp from outputs (and tests) (#200)","shortMessageHtmlLink":"Remove _cpp from outputs (and tests) (#200)"}},{"before":"f6d4a35e113aab63c2672bd8565ce5180ebbd00c","after":"bc6777a1e7b16133c958109de27a94e35e64c048","ref":"refs/heads/gh-pages","pushedAt":"2024-02-23T04:02:27.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-23T03:59:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MatteoSalvador","name":"Matteo Salvador","path":"/MatteoSalvador","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44835004?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 (#174)"}},{"before":"1ca98238f63ee4217da6683bd22f5ef380e2663e","after":"f6d4a35e113aab63c2672bd8565ce5180ebbd00c","ref":"refs/heads/gh-pages","pushedAt":"2024-02-23T02:39:23.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: 2fd02ed3bd875862f04ecabaf1cd0227644ff8b2","shortMessageHtmlLink":"deploy: 2fd02ed"}},{"before":"6c60ff783227df8342aa013313e0963f3dcd4c36","after":"2fd02ed3bd875862f04ecabaf1cd0227644ff8b2","ref":"refs/heads/main","pushedAt":"2024-02-23T02:36:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Fix test fields (#175)","shortMessageHtmlLink":"Fix test fields (#175)"}},{"before":"d065643b3c516cf102ddc64b728a04f96981e2ea","after":"1ca98238f63ee4217da6683bd22f5ef380e2663e","ref":"refs/heads/gh-pages","pushedAt":"2024-02-23T01:38:49.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: 6c60ff783227df8342aa013313e0963f3dcd4c36","shortMessageHtmlLink":"deploy: 6c60ff7"}},{"before":"b99e12ecd43f1ab8c104afce7a173daedf1e00ae","after":"6c60ff783227df8342aa013313e0963f3dcd4c36","ref":"refs/heads/main","pushedAt":"2024-02-23T01:36:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ktbolt","name":"Dave Parker","path":"/ktbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23109458?s=80&v=4"},"commit":{"message":"Testing guide (#194) (#195)\n\n* First draft for testing guide\r\n\r\n* Add to doxygen\r\n\r\n* Review comment, typo, and rename","shortMessageHtmlLink":"Testing guide (#194) (#195)"}},{"before":"4e4e63c89397ea69eb6abbd7babe55f9c23fcf6b","after":"d065643b3c516cf102ddc64b728a04f96981e2ea","ref":"refs/heads/gh-pages","pushedAt":"2024-02-21T22:20:24.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: b99e12ecd43f1ab8c104afce7a173daedf1e00ae","shortMessageHtmlLink":"deploy: b99e12e"}},{"before":"0590d9ad99a67940d1c0dc980b9fe967523487de","after":"b99e12ecd43f1ab8c104afce7a173daedf1e00ae","ref":"refs/heads/main","pushedAt":"2024-02-21T22:19:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Bug fix in Holzapfel tangent component (#190)\n\n* Bug fix in Holzapfel tangent component\r\n\r\n* Modify testing to show output\r\n\r\nThis way, can observe convergence behavior of tests","shortMessageHtmlLink":"Bug fix in Holzapfel tangent component (#190)"}},{"before":"4ae4e289091f4adffc82e9419b8960ecb45516e9","after":null,"ref":"refs/heads/Index-out-of-bounds-gnnb_186","pushedAt":"2024-02-16T00:27:11.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":"b2153cf6dd9deaa8c1cccd81b58e37013deb3324","after":"0590d9ad99a67940d1c0dc980b9fe967523487de","ref":"refs/heads/main","pushedAt":"2024-02-16T00:27:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mrp089","name":"Martin R. Pfaller","path":"/mrp089","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51269309?s=80&v=4"},"commit":{"message":"Fix checking for unmatched node and improve error message. (#187)\n\n* Fix checking for unmatched node and improve error message.\r\n\r\n* Make codecov purely informal\r\n\r\n* Move to .github\r\n\r\n---------\r\n\r\nCo-authored-by: Martin R. Pfaller ","shortMessageHtmlLink":"Fix checking for unmatched node and improve error message. (#187)"}},{"before":"cf6322a5b02381c0e1755d4554cb9b1ce922dff4","after":"4ae4e289091f4adffc82e9419b8960ecb45516e9","ref":"refs/heads/Index-out-of-bounds-gnnb_186","pushedAt":"2024-02-15T23:34: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":"Move to .github","shortMessageHtmlLink":"Move to .github"}},{"before":"1a0a839a237f8f271c6152750b1f9c87041e1ab0","after":"cf6322a5b02381c0e1755d4554cb9b1ce922dff4","ref":"refs/heads/Index-out-of-bounds-gnnb_186","pushedAt":"2024-02-15T22:44: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":"Make codecov purely informal","shortMessageHtmlLink":"Make codecov purely informal"}},{"before":null,"after":"1a0a839a237f8f271c6152750b1f9c87041e1ab0","ref":"refs/heads/Index-out-of-bounds-gnnb_186","pushedAt":"2024-02-15T18:20:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ktbolt","name":"Dave Parker","path":"/ktbolt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23109458?s=80&v=4"},"commit":{"message":"Fix checking for unmatched node and improve error message.","shortMessageHtmlLink":"Fix checking for unmatched node and improve error message."}},{"before":"1d673b4e7273158f96e8079598e859d62f44b408","after":"4e4e63c89397ea69eb6abbd7babe55f9c23fcf6b","ref":"refs/heads/gh-pages","pushedAt":"2024-02-14T18:45: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: b2153cf6dd9deaa8c1cccd81b58e37013deb3324","shortMessageHtmlLink":"deploy: b2153cf"}},{"before":"85a37724c8f84d8e657ea8fb5f54260ac1adb311","after":"b2153cf6dd9deaa8c1cccd81b58e37013deb3324","ref":"refs/heads/main","pushedAt":"2024-02-14T18:44:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MatteoSalvador","name":"Matteo Salvador","path":"/MatteoSalvador","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44835004?s=80&v=4"},"commit":{"message":"Fix indexing off by 1. (#185)","shortMessageHtmlLink":"Fix indexing off by 1. (#185)"}},{"before":"6eb9ed8c6ec2c912cb8fce777da7c65ceb90aa84","after":"1d673b4e7273158f96e8079598e859d62f44b408","ref":"refs/heads/gh-pages","pushedAt":"2024-02-06T15:56:00.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: 85a37724c8f84d8e657ea8fb5f54260ac1adb311","shortMessageHtmlLink":"deploy: 85a3772"}},{"before":"904f42e20e64ba126eea474f9799e27cf929189c","after":"85a37724c8f84d8e657ea8fb5f54260ac1adb311","ref":"refs/heads/main","pushedAt":"2024-02-06T15:54:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MatteoSalvador","name":"Matteo Salvador","path":"/MatteoSalvador","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44835004?s=80&v=4"},"commit":{"message":"Add CMake commands to include an option to use PETSc and if set define PETSc include and library flags. (#182)","shortMessageHtmlLink":"Add CMake commands to include an option to use PETSc and if set defin…"}},{"before":"736944aab731fe3b0d7d870983583226fa0e1970","after":"6eb9ed8c6ec2c912cb8fce777da7c65ceb90aa84","ref":"refs/heads/gh-pages","pushedAt":"2024-02-06T04:16:57.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: 904f42e20e64ba126eea474f9799e27cf929189c","shortMessageHtmlLink":"deploy: 904f42e"}},{"before":"372851e39e163cfcb4462c2a5ca98b06337dc058","after":"904f42e20e64ba126eea474f9799e27cf929189c","ref":"refs/heads/main","pushedAt":"2024-02-06T04:14:41.000Z","pushType":"pr_merge","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 git ignore file and remove METISLib/temp directory (#180)","shortMessageHtmlLink":"Add git ignore file and remove METISLib/temp directory (#180)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEJd_auAA","startCursor":null,"endCursor":null}},"title":"Activity · SimVascular/svFSIplus"}