From f8fb25230df916173192b2ceba8e3ae09c6dd14b Mon Sep 17 00:00:00 2001 From: Andreas D Date: Mon, 27 Sep 2021 14:50:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc59ac2..3d62ee0 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ c) the sign of the resulting stretch from a small superposed force in one direct ## Hints and usage in FEM modules Please have a look at [casADi's documentation](https://web.casadi.org/). It is very powerful but unfortunately does not support all the Python stuff you would expect. For example Python's default if-else-statements can't be used in combination with symbolic conditions (use `math.if_else(cond, if_true, if_false)` instead). -Simple examples for using `matadi` in [`scikit-fem`](https://github.com/adtzlr/matadi/discussions/14#) as well as in [`felupe`](https://github.com/adtzlr/matadi/discussions/22) are shown in the Discussion section. +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. ## References [1] J. A. E. Andersson, J. Gillis, G. Horn, J. B. Rawlings, and M. Diehl, *CasADi - A software framework for nonlinear optimization and optimal control*, Math. Prog. Comp., vol. 11, no. 1, pp. 1–36, 2019, [![DOI:10.1007/s12532-018-0139-4](https://zenodo.org/badge/DOI/10.1007/s12532-018-0139-4.svg)](https://doi.org/10.1007/s12532-018-0139-4)