Skip to content

Commit

Permalink
Update docs/pages/Kratos/Expressions/General/Expression_Types.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 2e43ac9 commit a8f1bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/Kratos/Expressions/General/Expression_Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Kratos.Expression.VariableExpressionIO.Read(condition_expression, Kratos.VELOCIT
## Element Expression

Element expressions are used to store data related to element quantities. Following code snippet illustrtes creating a element expression
and reading ```VELOCITY``` from element data value container.
and reading ```VELOCITY``` from the elements' container.
```python
import KratosMultiphysics as Kratos
model = Kratos.Model()
Expand Down

0 comments on commit a8f1bde

Please sign in to comment.