TensorGlobalToLocal
Transforms tensors relative to the global system to a local system.
Inputs
- src
- A tensor value table.
- elems
- An elemental entity table.
- coords
- A coordinate tensor value table.
- systems
- A system entity table.
- elemSysMethod
- The element system method for the model. Valid values are "Bisect" (default value) or "Midpoint" (to be used for all Radioss models).
Outputs
- answer
- A tensor value table.
Comments
- All tensors in src must be relative to the global system.
- elemSysMethod is only applicable for Element-bound vectors and is specific to quadrilateral elements only.
Syntax
TensorGlobalToLocal(src,systems,nodes,coords,elemSysMethod)XML Example
<call name="TensorGlobalToLocal" src="tens_tab"
elems="elem_tab" systems="sys_tab"
coords="coord_tab" answer="ans_tab" />