Files
MultiPhysicsVault/wiki/concepts/Solid Element Shape Functions.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 Shape Functions intermediate computational-mechanics
solid element interpolation functions
linear solid shape functions
tetrahedral wedge pyramid hexahedral shape functions
2026-05-28 2026-05-28 c-000050
concept
finite-element-method
solid-elements
interpolation
current
Solid Element Notes
Isoparametric Linear Solid Elements
Isoparametric Finite Elements
Solid Element Strain-Displacement Matrix
Solid Element Notes

Solid Element Shape Functions

Definition

Solid element shape functions interpolate three-dimensional element geometry and displacement from nodal values in natural coordinates.

Covered Topologies

The notes give first-order interpolation for four common solid element shapes:

  • 4-node tetrahedron with barycentric-style coordinates.
  • 5-node pyramid connecting a quadrilateral base to an apex.
  • 6-node wedge, or triangular prism, using triangular interpolation through a two-node thickness direction.
  • 8-node hexahedron with trilinear interpolation in xi, eta, and zeta.

Why They Matter

Shape functions are the starting point for every later element calculation. They define the displacement approximation, the geometry mapping, the Jacobian, the derivative transformation, and ultimately the strain-displacement matrix. Because the same functions interpolate geometry and field variables, the source is a concrete example of Isoparametric Finite Elements.

Modeling Implications

Low-order solid shape functions are economical but sensitive to distortion and limited in bending-dominated response. This is why element aspect ratio and topology selection matter before any solver choice is considered.

Connections

Sources