Efradeca commited on
Commit
0d2b2e4
·
verified ·
1 Parent(s): 9e6bec5

fix: P-DivGNN is a periodic micro-RVE (not holed plate); clarify param-matching

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -59,7 +59,8 @@ connectivity.
59
  - **Developed by:** Efradeca
60
  - **Model type:** Neural operator (transformer PDE surrogate) for 2-D static hyper-elastic stress
61
  - **Inputs / outputs:** node coordinates `(B, 972, 2)` → per-node von Mises stress `(B, 972)`
62
- - **Parameters:** 582,275 (parameter-matched to the official LinearNO Elasticity configuration)
 
63
  - **License:** MIT
64
  - **Built on (not original to this work):** the **Transolver** solver (Wu et al., ICML 2024, MIT — its
65
  attention block is reused verbatim) and an independent, from-equations reimplementation of the
@@ -68,8 +69,9 @@ connectivity.
68
  ### What is and isn't novel (read this)
69
 
70
  The soft equilibrium-residual penalty `λ‖∇·σ‖²` on a predicted stress field is **established prior art**
71
- (PI-UNet 2022; PiFNO 2024; and especially **P-DivGNN 2025**, which uses the same loss and the same
72
- three-component Cauchy-stress target on the same kind of holed mesh). We do **not** claim the idea. This
 
73
  repository's actual contribution is (1) a specific, previously-unattested **instantiation** — the penalty
74
  on a *transformer* operator with a *meshfree, connectivity-free* MLS divergence (exact on affine fields by
75
  the degree-1 GMLS reproduction property), distinct from the FE / FFT / finite-difference operators of all
 
59
  - **Developed by:** Efradeca
60
  - **Model type:** Neural operator (transformer PDE surrogate) for 2-D static hyper-elastic stress
61
  - **Inputs / outputs:** node coordinates `(B, 972, 2)` → per-node von Mises stress `(B, 972)`
62
+ - **Parameters:** 582,275 (the 3-channel equilibrium model; sized to match the official LinearNO
63
+ Elasticity configuration, ≈585k, and ≤ our Transolver baseline's 713,665)
64
  - **License:** MIT
65
  - **Built on (not original to this work):** the **Transolver** solver (Wu et al., ICML 2024, MIT — its
66
  attention block is reused verbatim) and an independent, from-equations reimplementation of the
 
69
  ### What is and isn't novel (read this)
70
 
71
  The soft equilibrium-residual penalty `λ‖∇·σ‖²` on a predicted stress field is **established prior art**
72
+ (PI-UNet 2022; PiFNO 2024; and especially **P-DivGNN 2025**, which uses essentially the same
73
+ soft-divergence loss and the same three-component Cauchy-stress target on an unstructured mesh a
74
+ periodic micro-RVE). We do **not** claim the idea. This
75
  repository's actual contribution is (1) a specific, previously-unattested **instantiation** — the penalty
76
  on a *transformer* operator with a *meshfree, connectivity-free* MLS divergence (exact on affine fields by
77
  the degree-1 GMLS reproduction property), distinct from the FE / FFT / finite-difference operators of all