@ferscloud/fers-calculation-web 0.2.47 → 0.2.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fers-models.d.ts CHANGED
@@ -2322,6 +2322,17 @@ export interface components {
2322
2322
  * that shares one factorization across many load cases).
2323
2323
  */
2324
2324
  solve_time_ms?: number | null;
2325
+ /**
2326
+ * @description Unilateral (tension-only / compression-only) members whose converged
2327
+ * engagement (active vs slack) differs from the first-order starting
2328
+ * state of this second-order solve. Advisory — engagement may
2329
+ * legitimately evolve during the nonlinear iteration — but on braced
2330
+ * frames with tension-only diagonals a flip is the signature of
2331
+ * converging onto a different equilibrium branch than the starting state
2332
+ * suggested; cross-check those members' axial forces. Absent when no
2333
+ * unilateral member flipped (and for first-order solves).
2334
+ */
2335
+ unilateral_engagement_flips?: number[] | null;
2325
2336
  };
2326
2337
  /**
2327
2338
  * @description A single solver diagnostic: a stable machine-readable `code` plus a
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ferscloud/fers-calculation-web",
3
3
  "type": "module",
4
- "version": "0.2.47",
4
+ "version": "0.2.48",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/Jeroen124/FERS_calculations.git"