**process antisymmetric_gradient#
Description#
This post-processing step enables the computation of the antisymmetric part of the displacement gradient
Syntax#
**process antisymmetric_gradient
\(~\,~\,\) dimension (2 | 3)
dimension |
input variable |
output variable |
|---|---|---|
2D |
|
|
3D |
|
|
Note
This post-processing requires nodal values of displacement stored in .node or .ctnod files.
Example#
The following example can be found in $Z7PATH/TESTS/Post_test/INP/small_rotation.inp.
****post_processing
***global_post_processing
**file node
**nset ALL_NODE
**process antisymmetric_gradient
dimension 2
****return