Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Construction for PDE-based Learning

The Laplacian operator can be interpreted as local message passing over graph neighborhoods, making it naturally compatible with graph neural networks. This project explores graph-based representations of spatial grids for solving Partial Differential Equations (PDEs).

Features

  • Grid generation for spatial domains
  • Graph construction using k-NN
  • Visualization of graph structures
  • Numerical PDE solver (Laplace equation)
  • Integration of graph + field values

Motivation

Modern approaches like Neural Operators and Graph Neural Networks require structured graph representations of physical domains. This project builds a foundation toward such models.

Tech Stack

Python, NumPy, Matplotlib

Future Work

  • Navier-Stokes simulation
  • Graph Neural Networks (PyTorch Geometric)
  • Fourier Neural Operators

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages