About 141,000 results
Open links in new tab
  1. Solving the 2D Poisson Equation with Finite Element Method …

    Oct 22, 2024 · Master solving the 2D Poisson equation with the Finite Element Method. This guide covers key math techniques and provides Python code, building on concepts from Part I.

  2. Step 12: 2D Poisson Equation — CFD with Python - GitHub Pages

    Step 12: 2D Poisson Equation# Poisson’s equation is obtained from adding a source term to the right-hand-side of Laplace’s equation: \[\frac{\partial ^2 p}{\partial x^2} + \frac{\partial ^2 …

  3. GitHub - bchao1/poissonpy: poissonpy is a Python Poisson Equation ...

    Plug-and-play standalone library for solving 2D Poisson equations. Useful tool in scientific computing prototyping, image and video processing, computer graphics. Solves the Poisson …

  4. fast-poisson-solver - PyPI

    Jun 2, 2023 · This module comes with an easy-to-use method for solving arbitrary 2D Poisson problems. It also includes a numerical solver and an analyzing function to quantify the results. …

  5. Solving 2D Poisson Eq with mixed BC's in Python

    Mar 15, 2023 · Poisson's equation: $$u_{xx} + u_{yy} = - \cos(x) \quad \text{if} - \pi/2 \leq x \leq \pi/2 \quad \text{0 otherwise}$$ Boundary conditions: Dirichlet: $u(x,0)= u(-\pi,y)= u(\pi,y)=0$ …

  6. GitHub - zaman13/Poisson-solver-2D: Finite difference solution of 2D

    Finite difference solution of 2D Poisson equation. Can handle Dirichlet, Neumann and mixed boundary conditions. Topics

  7. Solving 2D Poisson equation with Dirichlet boundary conditions in Python

    Mar 16, 2023 · Applying Dirichlet boundary conditions to the Poisson equation with finite volume method

  8. Solving the Poisson equation using Python

    Feb 11, 2015 · All codes may be united to create a 2D finite difference solver. This will actually be used next to solve some basic problems of fluid dynamics: the lid driven cavity flow and the …

  9. Step 17 (Speical Topic 1): Implicit Solver — CFD with Python

    In this step, we will tackle the 2D Poisson’s equation utilizing two distinct methods: an explicit solver, which remains the same as the one outlined in Step 12, followed by the introduction of …

  10. Nonlinear Poisson in 2D — IGA-Python - GitHub Pages

    Nonlinear Poisson in 2D# In this section, we consider the non-linear Poisson problem: \[\begin{split} \begin{align} -\nabla \cdot \left( (1+u^2) \nabla u \right) &= f, \Omega \\ u &= 0, …

  11. Some results have been removed
Refresh