Here's my best shot at an explanation for this difference:
In 3D (pdeplot3d):
- A larger "DeformationScaleFactor" leads to a larger visual distortion of the deformed shape. This means the displacements are amplified, making deformations appear more pronounced.
- This scaling factor helps visualize small deformations in 3D space, where depth perception can be limited.
In 2D (pdeplot):
- A larger "DeformationScaleFactor" results in a smaller visual distortion. This means the displacements are scaled down, making deformations appear less pronounced.
- Since 2D plots offer a clearer view of in-plane displacements, a larger scaling factor might exaggerate the effect and obscure details.
The interpretation of "DeformationScaleFactor" depends on the dimensionality of the plot. In 3D, it's a magnification factor, while in 2D, it acts as a scaling down factor.