Files
MultiPhysicsVault/wiki/concepts/Solid Element Stiffness Integration.md
T
김경종 4cc312954f
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add wiki
2026-05-28 17:16:48 +09:00

2.2 KiB

type, title, complexity, domain, aliases, created, updated, address, tags, status, related, sources
type title complexity domain aliases created updated address tags status related sources
concept Solid Element Stiffness Integration advanced computational-mechanics
solid element stiffness matrix
solid element Gauss integration
3D element quadrature
2026-05-28 2026-05-28 c-000052
concept
finite-element-method
solid-elements
numerical-integration
current
Solid Element Notes
Solid Element Strain-Displacement Matrix
Isoparametric Finite Elements
Displacement-Based Finite Element Formulation
Solid Element Notes

Solid Element Stiffness Integration

Definition

Solid element stiffness integration evaluates the element stiffness matrix for a three-dimensional continuum element by numerically integrating B^T D B over the element volume.

How It Works

The source uses the standard displacement-based stiffness form:

K = integral_V B^T D B dV
  = integral B^T D B |J| dxi deta dzeta

Here B is the Solid Element Strain-Displacement Matrix, D is the three-dimensional Hooke-law constitutive matrix, and |J| is the determinant of the Jacobian that maps the natural-coordinate integration region to physical volume.

The notes list quadrature schemes for the first-order solid topologies: one-point integration for the 4-node tetrahedron, eight-point integration for the 5-node pyramid, six-point integration for the 6-node wedge, and eight-point integration for the 8-node hexahedron.

Why It Matters

The stiffness integral is where interpolation, material law, element distortion, and numerical quadrature meet. Incorrect quadrature or a poor Jacobian can produce inaccurate stiffness, spurious mechanisms, or poor convergence even when the symbolic formulation is correct.

Connections

Sources