DeviatorT
Stores the deviatoric part of src into answer.
Inputs
- src
- A tensor value table.
Outputs
- answer
- A tensor value table.
Comments
- src and answer must be in tensor format.
- If src is a constant value table (created by the Constant operator), no records will be added to the answer table.
Syntax
dev(src)XML Example
<call name="DeviatorT" src="src_tab" answer="ans_tab" />