diffusion-equation
There are 52 repositories under diffusion-equation topic.
qitianwu/DIFFormer
The official implementation for ICLR23 spotlight paper "DIFFormer: Scalable (Graph) Transformers Induced by Energy Constrained Diffusion"
usnistgov/hiperc
High Performance Computing Strategies for Boundary Value Problems
ThomasThelen/Finite-Difference-Method
A Finite Difference Method Engine in C++
rsugimoto/VelMCFluids
Author's implementation of SIGGRAPH 2024 paper, "Velocity-Based Monte Carlo Fluids"
gusamarante/QuantFin
Resources for Quantitative Finance
heltonmc/LightPropagation.jl
Modeling light transport in turbid media
brmather/conduction
Python package for solving implicit heat conduction
gerlero/Fronts.jl
⚛️ Nonlinear diffusion problems in Julia
abhiy91/1d_diffusion
Solving the 1d diffusion equation using the FTCS and Crank-Nicolson methods
duongquangduc/Partial-Differential-Equation
This project is a part of my thesis focusing on researching and applying the general-purpose graphics processing unit (GPGPU) in high performance computing. In this project, I applied GPU Computing and the parallel programming model CUDA to solve the diffusion equation.
gerlero/fronts
Numerical library for nonlinear diffusion problems in semi-infinite domains
hjstobart/quant-finance-series
A collection of my own Quantitative Finance guides covering various topics.
jeongwhanchoi/Neural-Diffusion-Equation
Climate Modeling with Neural Diffusion Equation, ICDM'21
kimy-de/crank-nicolson-2d
Crank-Nicolson method for the heat equation in 2D
abhiy91/2d_diffusion_equation
Solving the 2D diffusion equation using the FTCS explicit and Crank-Nicolson implicit scheme with Alternate Direction Implicit method on uniform square grid
bourne2invest/Math-Research
Undergraduate research project completed at Penn State University on "The Application of PDEs to Finance: Black-Scholes model for Options Pricing"
Francesco-Zeno-Costanzo/PDE
small examples of solving simple pde
gs0mani/Image_Processing_Denoising
Image-Denoising-Using-Directed-Diffusion-Equation
arsh-k/Transient-Diffusion-Analysis
Using numerical methods to find the concentration profile of Carbon in a 1-D steel rod through MATLAB.
CostiaB/flow_modeling
Sensor nonlinear channel modeling
demiaster/IceGrowth
Ice Growth simulation with DLA and heat diffusion
mino2357/Sample_program_PDE
偏微分方程式の数値計算サンプル.バグがまだ埋まってると思う.
RemDelaporteMathurin/3-MOT
3-MOT is a multi-physics software relying on FEniCS.
UniversityProjects/FEM2
FEM for parabolic and mixed problems
ivan-pi/deformable-lbm
Deformable lattice Boltzmann method for diffusion in 1D moving domains
jakeaylmer/NumericalDiffusionScheme
Implementation of numerical method to solve the 1D diffusion equation with variable diffusivity and non-zero source terms.
alex-unofficial/2d-heat-equation
diffusion equation solver
ashish53552/Covid19-lockdown
Prediction of cases and simulation of lockdown during a pandemic, Uses Prophet and diffusion law for predicting migration.
nianhuawong/1D_diffusion_equation
1D diffusion solver by finite difference method
NohanJoemon/PDE-Datasets
This repository contains u,x,t datasets for 4 different Partial Differential Equations(PDEs) at various noise levels
ppravatto/Binary-VQE
A simple implementation of a Variational Quantum Eigensolver routine with binary mapping based on Qiskit
SRAVAN-IITB/Image-Compression-Algorithms
This was the course project for Digital Image Processing (CS663), in the Autumn Semester of 2024-25, at IIT Bombay
USNavalResearchLaboratory/Diffusion2D_Library
Solves the diffusion equation in 1 or 2 dimensions.
andrei-punko/pde-solvers
A library for numerical solution of partial differential equations (PDE)
Mobin7d2/Diffusion-simulation
This project simulates the diffusion of gass molecules within a confined spaces consisting of two concentric squares. The inner suare has a length of a, and the outer has a length of b, where b > a. The simulation explores the movement behavior of two types of gas molecule and graphs Entropy Vs time for gass in the inner square.