Skip to content

Commit

Permalink
Update docs/pages/Kratos/Expressions/IOs/Nodal_Position_Expression_IO.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 19f5579 commit 4e60c14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ summary:
## Introduction

```NodalPositionExpressionIO``` allows writing and reading nodal positions of a given model part. This can be used on following the configurations:
* Initial -> This uses the initial nodal position to read and write.
* Current -> This uses the current position of the nodes to read and write.
* Initial -> initial positions of the node
* Current -> positions of the nodes in the current configuration

In the case of **distributed memory** parallelized runs, the reading will only read the nodal positions of the nodes in the local mesh, and the writing will write to local mesh nodes and will afterwards synchronize to update the ghost meshes.

Expand Down

0 comments on commit 4e60c14

Please sign in to comment.