You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_includes/modules/CalculateFieldData.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The output needs to be stored in the variable ```RESULT```.
45
45
46
46
#### Available Functions
47
47
48
-
A list of available functions is available in the GUI of the module. The ***Parser Help*** button brings up a list of available functions to do scalar/vector/tensor algebra and to view the functions that can be applied to the ```ELEMENT``` variable.
48
+
A list of available functions is available in the GUI of the module. The [Parser Help](parserhelp.html) button brings up a list of available functions to do scalar/vector/tensor algebra and to view the functions that can be applied to the ```ELEMENT``` variable.
49
49
50
50
#### Input Ports
51
51
@@ -63,7 +63,7 @@ Suppose one wants to set the data values to a certain value:
63
63
RESULT = 2;
64
64
```
65
65
66
-
This will set every data value inside the Field equal to the value 2.
66
+
This will set every data value inside the Field equal to the value 2.
67
67
68
68
Similarly one can set the data value to a value specified inside the first Matrix on the input ports:
Copy file name to clipboardExpand all lines: docs/_includes/modules/CalculateMeshNodes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This module allows the computation of a new position for each node in the input
44
44
45
45
#### Available Functions
46
46
47
-
A list of available functions is available in the GUI of the module. The ***Parser Help*** button brings up a list of available functions to do scalar/vector/tensor algebra.
47
+
A list of available functions is available in the GUI of the module. The [Parser Help](parserhelp.html) button brings up a list of available functions to do scalar/vector/tensor algebra.
0 commit comments