Reference values
Every benchmark’s target, and where it comes from. A row is either computed (the example evaluates the closed form itself – preferred) or quoted (a published constant, which needs a real citation and an independent check).
benchmark |
quantity |
reference |
tolerance |
source |
|---|---|---|---|---|
|
dC/dt (CSDL) / (-3 C/t) |
1 |
0.01 |
Euler–Bernoulli pure-bending scaling: D = E t^3 / [12(1-nu^2)] |
|
vertical displacement at the tip-edge midpoint |
0.000578843 |
0.02 |
Computed Timoshenko beam formula in this file |
|
maximum relative error of tip deflection and y rotation |
0 |
1e-07 |
Computed Euler-Bernoulli constant-curvature formulas in this file |
|
vertical displacement at the tip-edge midpoint |
0.00868333 |
0.02 |
Computed Timoshenko beam formula in this file |
|
centre transverse deflection |
17.0625 |
0.02 |
Computed Kirchhoff–Love circular-plate solution, w=q a^4/(64 D) |
|
centre transverse deflection |
1.37592 |
0.01 |
Timoshenko & Woinowsky-Krieger, Theory of Plates and Shells, 2nd ed. (1959), Table 35, p. 202: quoted 0.00126 |
|
maximum normalized A/B/D assembly discrepancy |
0 |
1e-10 |
independent NumPy evaluation of the CLT thickness integrals in this file |
|
vertical displacement at mid-right edge |
23.9 |
0.02 |
Cook, ‘Some elements for analysis of plane solid structures’, Int. J. Numer. Methods Eng., 1974 |
|
midpoint transverse deflection |
0.000640869 |
0.06 |
one-term Navier solution evaluated from the independently assembled D matrix |
|
tip deflection in z |
0.5022 |
0.02 |
MacNeal & Harder, ‘A proposed standard set of problems to test finite element accuracy’, Finite Elements in Analysis and Design 1(1), 1985 |
|
largest relative energy-identity residual for pressure and point loads |
0 |
1e-07 |
Hermit outputs.py: elastic_energy and compliance conventions |
|
1 - best relative CSDL/FD gradient error |
1 |
0.002 |
Second-order central-difference formula, evaluated by this script |
|
global-z deflection at the centre of the free edge |
0.92118 |
0.02 |
Computed in this file: triangle n=64 = 0.92117998; n=48 differs by 1.16e-4 relative on the same geometry. Triangles are planar and objective under the compared curvature formulations |
|
maximum relative compliance, mass, or tip-displacement difference |
0 |
1e-08 |
same-run hm.isotropic solution; identical isotropic CLT constitutive law |
|
maximum absolute residual across uniform and graded exact mass/CG |
0 |
1e-10 |
Closed-form area integrals computed in this file |
|
optimiser-recovered exponent p in t(x) = A ((L-x)/L)**p |
1 |
0.05 |
Computed in this file: minimising int M^2/t^3 at fixed int t gives t proportional to sqrt(M), hence (L-x) under uniform load; cross-checked against a direct 1-D SLSQP solve to 2.4e-6 |
|
radial deflection under the point load |
1.8248e-05 |
0.02 |
MacNeal & Harder, ‘A proposed standard set of problems to test finite element accuracy’, Finite Elements in Analysis and Design 1(1), 1985 |
|
radial deflection under the load |
0.0924 |
0.02 |
MacNeal & Harder, ‘A proposed standard set of problems to test finite element accuracy’, Finite Elements in Analysis and Design 1(1), 1985 |
|
radial deflection under the load |
0.0924 |
0.02 |
MacNeal & Harder, ‘A proposed standard set of problems to test finite element accuracy’, Finite Elements in Analysis and Design 1(1), 1985 |
|
vertical deflection at free-edge midspan |
0.3024 |
0.02 |
MacNeal & Harder, ‘A proposed standard set of problems to test finite element accuracy’, Finite Elements in Analysis and Design 1(1), 1985 |
|
vertical deflection at free-edge midspan |
0.3024 |
0.02 |
MacNeal & Harder, ‘A proposed standard set of problems to test finite element accuracy’, Finite Elements in Analysis and Design 1(1), 1985 |
|
1 - relative error between adjoint and FD |
1 |
0.005 |
Tsai-Wu failure index with |
|
1 - best relative CSDL/FD shape-gradient error |
1 |
0.005 |
UFL CoordinateDerivative; central differences evaluated by this script |
|
centre transverse deflection |
2.80261 |
0.02 |
Computed Kirchhoff–Love single Navier mode |
|
centre transverse deflection |
4.43609 |
0.02 |
Computed Kirchhoff–Love odd Navier double series (801 terms/direction) |
|
FE / analytic Reissner–Mindlin centre-deflection ratio |
1 |
0.02 |
Computed Reissner–Mindlin single mode: Kirchhoff bending + kappa G h shear |
|
maximum hand-recovered Tsai-Wu field or KS discrepancy |
0 |
1e-10 |
Tsai–Wu coefficients and KS reduction independently evaluated from hermit/failure.py |
|
tip deflection in z |
0.005424 |
0.02 |
MacNeal & Harder, ‘A proposed standard set of problems to test finite element accuracy’, Finite Elements in Analysis and Design 1(1), 1985 |
|
ratio of the warped-quad tip deflection to the triangle tip deflection |
1 |
0.02 |
Measured on this fixture; the underlying twisted-beam reference is MacNeal & Harder, Finite Elements in Analysis and Design 1(1), 1985 |
Checking a quoted constant
Quoted values are the suite’s weak point: a plausible-looking wrong number produces a benchmark that passes and verifies nothing. Each one gets an independent review pass that re-derives or re-sources it without seeing the original justification. Disagreements are resolved before the example lands, not by adjusting the tolerance.
See README.md, Reference-value integrity.