graph neural operators
**Graph Neural Operators (GNO)** are a **class of operator learning models that use graph neural networks to discretize the physical domain** — allowing for learning resolution-invariant solution operators on arbitrary, irregular meshes.
**What Is GNO?**
- **Input**: A graph representing the physical domain (nodes = mesh points, edges = connectivity).
- **Process**: Message passing between neighbors simulates the local interactions of the PDE (derivatives).
- **Kernel Integration**: The message passing layer approximates the integral kernel of the Green's function.
**Why It Matters**
- **Complex Geometries**: Unlike FNO (which prefers regular grids), GNO works on airfoils, engine parts, and complex 3D scans.
- **Flexibility**: Can handle unstructured meshes common in Finite Element Analysis (FEA).
- **Consistency**: The trained model converges to the true operator as the mesh gets finer.
**Graph Neural Operators** are **geometric physics solvers** — combining the flexibility of graphs with the mathematical rigor of operator theory.