Skip to content

Commit

Permalink
Update docs/pages/Kratos/Expressions/General/Working_with_Numpy.md
Browse files Browse the repository at this point in the history
Co-authored-by: Máté Kelemen <[email protected]>
  • Loading branch information
sunethwarna and matekelemen authored Feb 2, 2024
1 parent 8ee5530 commit 396c2ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/pages/Kratos/Expressions/General/Working_with_Numpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 396c2ad

Please sign in to comment.