ansys.mapdl.core.Mapdl.dot#
- Mapdl.dot(vector1='', vector2='', par_real='', par_imag='', conj='', **kwargs)#
Computes the dot (or inner) product of two vectors.
Mechanical APDL Command: *DOT
- Parameters:
- vector1
str
Name of first vector; must have been previously specified by a vec command.
- vector2
str
Name of second vector; must have been previously specified by a vec command.
- par_real
str
Parameter name that contains the result.
- par_imag
str
Parameter name that contains the imaginary part of the result (used only for complex vectors).
- conj
str
Key to specify use of the conjugate of
Vector1
when the vectors are complex:TRUE
- Use the conjugate ofVector1
(default).FALSE
- Do not use the conjugate ofVector1
.
- vector1
Notes
If
Vector1
andVector2
are complex, the complex conjugate ofVector1
is used to compute the result (Par_Real
,Par_Imag
). Therefore, *DOT applied to complex vectors performs the operation:Set
Conj
= FALSE if you do not want to use the conjugate ofVector1
. In this case, the operation is: