awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nvidia/warpNVIDIA का अवतार

    NVIDIA/warp

    6,233GitHub पर देखें↗

    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-gr00tNVIDIA का अवतार

    NVIDIA/Isaac-GR00T

    6,222GitHub पर देखें↗

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

    Jupyter Notebook
    GitHub पर देखें↗6,222
  • lululxvi/deepxdelululxvi का अवतार

    lululxvi/deepxde

    3,874GitHub पर देखें↗

    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-simulationCeyron का अवतार

    Ceyron/machine-learning-and-simulation

    1,178GitHub पर देखें↗

    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/igramosgropp का अवतार

    amosgropp/IGR

    447GitHub पर देखें↗

    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.