The solid element strain-displacement matrix, usually called the B matrix, maps nodal translational degrees of freedom to the six small-strain components of a three-dimensional continuum element.
How It Works
The notes use the standard small-strain components:
normal strains: epsilon_xx, epsilon_yy, epsilon_zz
engineering shear terms derived from epsilon_xy, epsilon_yz, and epsilon_xz
Each node contributes a block of derivatives of its shape function with respect to physical coordinates:
Because Solid Element Shape Functions are defined in natural coordinates, their derivatives must be mapped into physical coordinates through the Jacobian. This derivative mapping is the core computational step between interpolation and stiffness assembly.