From 4fcc4fdf4fefa75bf67c7d18b6220de09b4a0375 Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Mon, 2 Sep 2024 13:14:00 -0700 Subject: [PATCH 1/2] Change file name. --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index a33aa13d7..d99e5ee9b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -119,7 +119,7 @@ def run_with_reference( n_proc=1, t_max=1, name_ref=None, - name_inp="svFSI.xml", + name_inp="svFSIplus.xml", ): """ Run a test case and compare it to a stored reference solution From c195d3939433189f1590cc777f2c63ba813a951e Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Tue, 10 Dec 2024 09:42:04 -0800 Subject: [PATCH 2/2] Fix documentation links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1714b1f0..5508f1495 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ svMultiPhysics is an open-source, parallel, finite element multi-physics solver svMultiPhysics is a C++ implementation of the Fortran [svFSI](https://github.com/SimVascular/svFSI) multi-physics finite element solver designed for computational modeling of the cardiovascular system. The C++ implementation is essentially a line-by-line translation of the svFSI Fortran code and therefore uses a procedural rather than an object oriented programming paradigm. The code will be incrementally refactored into an object oriented code. -The [SimVascular svMultiPhysics Documentation](https://simvascular.github.io/documentation/svmultiphysics.html) provides documentation describing how to use the svMultiPhysics solver. It also has developer guide describing the code organization and some implementation details. +The [SimVascular svMultiPhysics Documentation](https://simvascular.github.io/documentation/multi_physics.html) provides documentation describing how to use the svMultiPhysics solver. It also has developer guide describing the code organization and some implementation details. -The [svMultiPhysics Internal Code Documentation](https://simvascular.github.io/svmultiphysics/index.html) provides documentation of the svMultiPhysics source code. It is automatically generated using [Doxygen](https://www.doxygen.nl). +The [svMultiPhysics Internal Code Documentation](https://simvascular.github.io/multi_physics/index.html) provides documentation of the svMultiPhysics source code. It is automatically generated using [Doxygen](https://www.doxygen.nl).