From 121244ffb502bf028e11859a3fca90b2ef530246 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Tue, 16 Aug 2022 15:28:19 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7272b13..51cc442 100644 --- a/README.md +++ b/README.md @@ -252,9 +252,9 @@ dWdF, dWdp, statevars_new = NH.function([defgrad, pressure, statevars]) d2WdFdF, d2WdFdp, d2Wdpdp = NH.gradient([defgrad, pressure, statevars]) ``` -**Hint**: *The above Neo-Hooke as well as the MORPH material model formulation, both within the u/p-framework, are available as ready-to-go materials in `matadi.models` as [`NeoHookeOgdenRoxburgh()`](https://github.com/adtzlr/matadi/blob/main/matadi/models/_templates.py) and [`Morph()`](https://github.com/adtzlr/matadi/blob/main/matadi/models/_templates.py). +**Hint**: *The above Neo-Hooke as well as the MORPH material model formulation, both within the u/p-framework, are available as ready-to-go materials in `matadi.models` as [`NeoHookeOgdenRoxburgh()`](https://github.com/adtzlr/matadi/blob/main/matadi/models/_templates.py) and [`Morph()`](https://github.com/adtzlr/matadi/blob/main/matadi/models/_templates.py).* -**Hint**: The state variable concept is also implemented for the `Material` class.* +**Hint**: *The state variable concept is also implemented for the `Material` class.* Simple examples for using `matadi` with [`scikit-fem`](https://github.com/adtzlr/matadi/discussions/14#) as well as with [`felupe`](https://github.com/adtzlr/matadi/discussions/22) are shown in the Discussion section.