Files
MultiPhysicsVault/wiki/concepts/Solid Element Shape Functions.md
T
김경종 553842ac3b
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
modify wiki
2026-06-02 16:57:41 +09:00

2.4 KiB

type, title, complexity, domain, aliases, created, updated, address, tags, status, related, sources, source_refs
type title complexity domain aliases created updated address tags status related sources source_refs
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
source raw_path raw_files md_indices match confidence
Solid Element Notes .raw/SolidElement/
SolidElement_001.md
1
heuristic-heading-keyword low

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