gradtensor#
- ens_calculator.gradtensor(source_parts: List[ENS_PART] | List[int] | List[str] | ENS_PART | int | str, vector: ENS_VAR | str | int, output_varname: str | None = None) ENS_VAR #
Computes a tensor variable defined as the gradient of a vector variable
- Args:
- source_parts:
Any 2D or 3D part(s) or a part number.
- vector:
A vector variable.
- output_varname:
The name of the newly created variable
- Returns:
New ENS_VAR instance or None
- Note:
See GradTensor() for function details.