Element kernels#
femorph-solver ships a structural element library. Each kernel
is independently implemented from the open literature; every
non-trivial algorithm (shape function, integration rule,
formulation variant) carries a References block in its
source module. The pre-processing pages under
Element library are the
user-facing how-to; this section is the engineering
reference — topology, shape functions, integration rules, and
cites for every element.
Solid kernels
2D & shell kernels
Line / point kernels
Quick reference table#
Kernel |
DOFs / node |
Stiffness rule |
Mass rule |
|---|---|---|---|
3 |
2 × 2 × 2 Gauss + B-bar / EAS |
2 × 2 × 2 Gauss |
|
3 |
2 × 2 × 2 reduced (Bedrosian) |
14-pt Irons |
|
3 |
4-pt Keast |
4-pt Keast |
|
3 |
Dunavant × Gauss / Duffy |
Dunavant × Gauss / Duffy |
|
2 |
2 × 2 Gauss |
2 × 2 Gauss |
|
6 |
2 × 2 + 1 × 1 SR shear |
2 × 2 Gauss |
|
6 |
Closed-form Hermite cubic |
Closed-form (consistent / lumped) |
|
3 |
Closed-form linear |
Closed-form (consistent / lumped) |
|
3 |
Closed-form 1×1 |
— |
|
3 |
— |
Diagonal lumped 3×3 |
See also
Element library — per-element integration flags, material-property slots, and runnable demos.