There are 1 repository under poisson-equation topic.
MACS -- Model-based Analysis of ChIP-Seq
Python script for Linear, Non-Linear Convection, Burger’s & Poisson Equation in 1D & 2D, 1D Diffusion Equation using Standard Wall Function, 2D Heat Conduction Convection equation with Dirichlet & Neumann BC, full Navier-Stokes Equation coupled with Poisson equation for Cavity and Channel flow in 2D using Finite Difference Method & Finite Volume Method.
Solid state detector field and charge drift simulation in Julia
Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions.
Implementation of the 12 steps approach to the Navier-Stokes equations, essential for simulating fluid dynamics.
Author's implementation of SIGGRAPH 2023 paper, "A Practical Walk-on-Boundary Method for Boundary Value Problems."
Python implementation of Poisson matting method
Fast, scalable, and extensive implementations of Poisson image editing algorithms.
Simplified implementation of locally adaptive activation functions (LAAF) with slope recovery for deep and physics-informed neural networks (PINNs) in PyTorch.
DirectX 11 Poisson solvers using Jacobi iteration, conjugate gradient, and multi-grid method respectively.
Schrodinger-Poisson solver in 1D demonstrator
Source code for Deep Multigrid method https://arxiv.org/pdf/1711.03825.pdf
A Schrödinger-Poisson solver for 2D materials with 1D interfaces (wires)
A Python implementation of the paper "The virtual element method in 50 lines of MATLAB" by Oliver J. Sutton
The Poisson equation is an integral part of many physical phenomena, yet its computation is often time-consuming. This module presents an efficient method using physics-informed neural networks (PINNs) to rapidly solve arbitrary 2D Poisson problems.
Monte Carlo Method to Solve Laplace and Poisson Equations with example for EE447 High Voltage Engineering
Author's implementation of SIGGRAPH 2024 paper, "Velocity-Based Monte Carlo Fluids"
An example of a solution to the 3D Poisson's equation using in-place, real-to-complex, discrete Fourier transform with the FFTW library (fftw.org).
Implement F-DST to solve 2-D PDE(fast poisson solver) and FFT to compute Multiplication algorithm(Schönhage–Strassen algorithm) with C
poisson equation for image blending
Python scripts for exploring the quantum hall effect.
The Density Functional Theory for Electrolyte Solutions
Calculator of ARPES spectra for depletion/accumulation surface layers
Poisson solver for semiconductor hetero-structures
A small collection of 1D Poisson solvers based on the lattice Boltzmann method
Schrodinger-Poisson solver with Dirichlet boundary condition
Web-based tool that turns 2D images into smooth 3D models.
Estudo do Problema de Dirichlet para a Equação de Poisson com Discretização Finita 🔍
This program Solves Poisson 2D equation using Finite element method.