awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesPhysics and PDE Solvers

Frameworks that solve differential equations and boundary problems using neural representations.

Explore 5 awesome GitHub repositories matching part of an awesome list · Physics and PDE Solvers. Refine with filters or upvote what's useful.

Awesome Physics and PDE Solvers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nvidia/warpالصورة الرمزية لـ NVIDIA

    NVIDIA/warp

    6,233عرض على GitHub↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Defines a geometry, function space, integration domain, and linear/bilinear forms to assemble and solve a system of equations.

    Pythoncudadifferentiable-programminggpu
    عرض على GitHub↗6,233
  • nvidia/isaac-gr00tالصورة الرمزية لـ NVIDIA

    NVIDIA/Isaac-GR00T

    6,222عرض على GitHub↗

    Provides a dedicated module for defining integrals, assembling sparse systems, and solving PDEs on GPU.

    Jupyter Notebook
    عرض على GitHub↗6,222
  • lululxvi/deepxdeالصورة الرمزية لـ lululxvi

    lululxvi/deepxde

    3,874عرض على GitHub↗

    DeepXDE is a scientific machine learning library and deep learning PDE solver used to compute solutions for forward and inverse ordinary, partial, and integro-differential equations. It functions as a physics-informed neural network library that embeds physical laws and boundary conditions directly into the neural network loss function. The project provides a deep operator network framework for learning operator mappings that approximate relationships between functions in multiphysics problems. It is implemented as a multi-backend tensor library, allowing the system to switch between differen

    Functions as a deep learning PDE solver for partial, ordinary, and integro differential equations.

    Pythondeep-learningdeeponetjax
    عرض على GitHub↗3,874
  • ceyron/machine-learning-and-simulationالصورة الرمزية لـ Ceyron

    Ceyron/machine-learning-and-simulation

    1,178عرض على GitHub↗

    This repository serves as an educational resource and framework for scientific computing, focusing on the intersection of machine learning and physical system simulation. It provides a collection of instructional materials, including handwritten notes and code examples, designed to explain the mathematical foundations of probabilistic modeling and algorithmic implementation. The project functions as a physics simulation framework, utilizing finite element discretization and automatic differentiation to model fluid and structural mechanics. By integrating these numerical methods with iterative

    Implements finite element discretization to solve partial differential equations for fluid and structural mechanics.

    Jupyter Notebookeducationmachine-learningsimulation
    عرض على GitHub↗1,178
  • amosgropp/igrالصورة الرمزية لـ amosgropp

    amosgropp/IGR

    447عرض على GitHub↗

    Implicit Geometric Regularization for Learning Shapes

    Learns signed distance functions by enforcing eikonal equation constraints.

    Python
    عرض على GitHub↗447
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Physics and PDE Solvers

استكشف الوسوم الفرعية

  • Finite Element AssemblersDefines geometries, function spaces, and integration domains to assemble and solve linearized PDE systems on GPU. **Distinct from Physics and PDE Solvers:** Distinct from Physics and PDE Solvers: focuses on the finite element assembly process (geometry, function space, forms) rather than neural PDE solvers.
  • Time-Dependent PDE SolversSolvers specifically designed for partial differential equations that evolve over time. **Distinct from Physics and PDE Solvers:** Focuses on time-evolving physical systems rather than general steady-state or boundary problems.