From 396c2ad24ffe12f445c8820c17a5fa14562c0b9d Mon Sep 17 00:00:00 2001 From: Suneth Warnakulasuriya Date: Fri, 2 Feb 2024 15:05:22 +0100 Subject: [PATCH] Update docs/pages/Kratos/Expressions/General/Working_with_Numpy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Máté Kelemen <44344022+matekelemen@users.noreply.github.com> --- docs/pages/Kratos/Expressions/General/Working_with_Numpy.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/pages/Kratos/Expressions/General/Working_with_Numpy.md b/docs/pages/Kratos/Expressions/General/Working_with_Numpy.md index 07c60391fa31..b50d3b494dc3 100644 --- a/docs/pages/Kratos/Expressions/General/Working_with_Numpy.md +++ b/docs/pages/Kratos/Expressions/General/Working_with_Numpy.md @@ -14,8 +14,6 @@ Expressions make working with numpy/scipy or any other thrid party library easie ## Writing to numpy arrays -Writing an expression to a numpy array is super simple. In the case of **shared memory** parallelized runs, this will only generate a numpy array having only the data from the -```LocalMesh```. Following code snippet shows an example: ```python import KratosMultiphysics as Kratos model = Kratos.Model()