**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

U1, U2

gradU2_1

3D

U1, U2, U3

gradU2_1, gradU3_1, gradU3_2

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