Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: heat-equation

spatstat/spatstat.linnet

Sub-package of spatstat containing code for linear networks

Language: R - Size: 1.08 MB - Last synced: about 2 hours ago - Pushed: about 3 hours ago - Stars: 6 - Forks: 2

314arhaam/heat-pinn

A Physics-Informed Neural Network to solve 2D steady-state heat equations.

Language: Jupyter Notebook - Size: 2.14 MB - Last synced: about 15 hours ago - Pushed: about 22 hours ago - Stars: 81 - Forks: 9

ericarocca/Heat-Equation-Solver

Repository for the Software and Computing for Applied Physics course at the Alma Mater Studiorum - Università di Bologna

Language: Python - Size: 23.4 KB - Last synced: 18 days ago - Pushed: 18 days ago - Stars: 0 - Forks: 0

brenttsss/numerical_analysis

Tutorials for MAM3040W Advanced Numerical Analysis

Language: Jupyter Notebook - Size: 1.29 MB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 0 - Forks: 0

joaomlneto/cpds-heat

Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013

Language: C - Size: 49.8 KB - Last synced: about 1 month ago - Pushed: about 5 years ago - Stars: 7 - Forks: 3

emmanuelroque/pdefourier

A Maxima package to compute Fourier series and solve partial differential equations.

Size: 3.25 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 5 - Forks: 3

ollenurb/heat

Heat simulation of a 2D plate using the finite difference method

Language: C++ - Size: 55.7 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

akarazeev/HeatEquation-5sem-MIPT-2016

Parallel C program in OpenMP and MPI (check branch MPIwOMP) - modelling of Heat Equation.

Language: C - Size: 6.79 MB - Last synced: about 2 months ago - Pushed: over 7 years ago - Stars: 3 - Forks: 0

MrP01/HeatFun

Exploring the heat equation as part of a Special Topic for Approximation of Functions.

Language: TeX - Size: 37.2 MB - Last synced: about 2 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

ThomasThelen/Finite-Difference-Method

A Finite Difference Method Engine in C++

Language: C++ - Size: 7.84 MB - Last synced: 29 days ago - Pushed: over 1 year ago - Stars: 28 - Forks: 6

vittoboa/parallel-computing

Parallel programs for scientific computing

Language: C++ - Size: 10.7 KB - Last synced: 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ray-chew/mmidk

Course material I created for the tutorial "Mathematical Modelling in Climate Research" at the Freie Universität Berlin

Language: Jupyter Notebook - Size: 42.5 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

vitelot/Chemotaxis

Endothelial cells moving in a chemical field

Language: C - Size: 27.3 KB - Last synced: 3 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

fblupi/PyOpenCL-exercises

Exercises done during "Short course on high performance simulation with high level languages" imparted by André Brodtkorb

Language: Python - Size: 3.91 KB - Last synced: 3 months ago - Pushed: about 8 years ago - Stars: 1 - Forks: 1

Louis-Finegan/Convection-Diffusion-Models-Finite-Difference-Method-Python3

Applying the finite-difference method to the Convection Diffusion equation in python3. Examples included: One dimensional Heat equation, Transport equation, Fokker-Plank equation and some two dimensional examples.

Language: Python - Size: 70.6 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

safibta/Bessel-function-of-first-kind-plot

bessel plot

Language: Mathematica - Size: 109 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ElodieMillan/HeatEquation

This is simulations of Heat equation with python.

Language: Python - Size: 14.2 MB - Last synced: 4 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

kocatepedogu/cellular-automaton-processor

A simple processor with a grid of cores that can only interact with their immediate neighbors

Language: SystemVerilog - Size: 211 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

luibus/c_diffusion_temp

The following code runs a simulation of the heat diffusion equation for cylindrical coordinates

Language: C - Size: 13.7 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

mirianfsilva/heat-diffusion-equation

Finite-Difference Approximations to the Heat Equation. Implementation of schemes: Forward Time, Centered Space; Backward Time, Centered Space; Crank-Nicolson.

Language: Jupyter Notebook - Size: 37 MB - Last synced: 3 months ago - Pushed: over 5 years ago - Stars: 24 - Forks: 0

gilbertfrancois/partial-differential-equations

Notes and examples on how to solve partial differential equations with numerical methods, using Python.

Language: Jupyter Notebook - Size: 35.1 MB - Last synced: 4 months ago - Pushed: about 1 year ago - Stars: 11 - Forks: 2

perpendicooler/Computational_Fluid_Dynamics

Numerical Methods

Language: Jupyter Notebook - Size: 1.64 MB - Last synced: 4 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

weiwongg/PDE

Numerical Method for Solving Basic PDE

Size: 6.47 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 5 - Forks: 0

TWilliamBell/heateq

A low-dimensional heat equation solver written in Rcpp for two boundary conditions (Dirichlet, Neumann), this was developed as a method for teaching myself Rcpp.

Language: C++ - Size: 531 KB - Last synced: 7 months ago - Pushed: almost 5 years ago - Stars: 2 - Forks: 1

brieuc-praud/Heat_FVM_2D

Two dimensional heat equation resolution with the help of the Finite Volume Method on a cartesian mesh

Language: Fortran - Size: 4.88 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Damien3008/numerical-solution-of-the-heat-equation

Numerical solution of the heat equation in one and two dimensions.

Language: Python - Size: 8.55 MB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

araujo88/heat-equation-2d

2D heat equation solver

Language: Python - Size: 129 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 4 - Forks: 0

Sokolmish/heated_plate

Small research in numerical methods for partial differential equations solving

Language: Jupyter Notebook - Size: 114 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

UniversityProjects/FEM2

FEM for parabolic and mixed problems

Language: Matlab - Size: 2.4 MB - Last synced: 8 months ago - Pushed: over 7 years ago - Stars: 3 - Forks: 0

wakilsarfaraz/HEqSolver

This is a diffusion equation solver written in R

Language: R - Size: 201 KB - Last synced: 8 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

luciods/Deep-Learning-for-Heat-Equation-with-Neumann-Conditions

This project involves the use of classical neural networks for the computation of the heat equation with Neumann boundary conditions and a gaussian distribution as initial condition.

Size: 1.4 MB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

CHoudrouge4/HeatMethodForGeodesicDistance

Computing the Geodesic distance using the heat method

Language: Java - Size: 5.74 MB - Last synced: 9 months ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 1

adamsolomou/HeatWorld

Heat World difference equation using OpenCL

Language: C++ - Size: 155 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

v18nguye/IDwPDEs

Partial Differential Equations (PDEs) and its application in Image Restoration

Language: Python - Size: 11.1 MB - Last synced: 12 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

camillechaize/Composite_Wall_MCP

TIPE sur l'utilisation des matériaux à changement de phase (MCP) dans l'isolation thermique des bâtiments. Modèle mathématique et résolution numérique.

Language: Python - Size: 843 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 3 - Forks: 1

kimy-de/crank-nicolson-2d

Crank-Nicolson method for the heat equation in 2D

Language: Python - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

salomon73/Noto-heat_equation

Heat diffusion, Turing patterns, Thermal dephasing

Language: Jupyter Notebook - Size: 1.47 MB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

Mephistopheles-0/julia-PDE-solver

Julia file that solves a partial differential equation (PDE) using three parts: (1) setting up the PDE, (2) defining the numerical method for solving the PDE, and (3) running the simulation

Language: Julia - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

UmarAhmed/pde-solver

Implementation of numerical solutions to PDES: Closest Point Method and Finite Difference Method

Language: Python - Size: 97.7 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 1

k3jph/cmna-pkg

Computational Methods for Numerical Analysis

Language: R - Size: 322 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 16 - Forks: 9

remisalmon/MPI_benchmark_solver 📦

Iterative solvers with MPI parallelization

Language: C - Size: 16.6 KB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

Ressnn/2DHeatEquationModel

A python model of the 2D heat equation

Language: Python - Size: 8.8 MB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 3 - Forks: 1

AlbertoCuadra/inverse_problems

A collection of inverse problems (e.g., reconstruction of databases, algebraic reconstruction, topological derivatives, gravitational prospecting)

Language: MATLAB - Size: 60.5 MB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

iamHrithikRaj/Numerical-Algorithm

In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm

Language: C++ - Size: 34.2 KB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 0

kauniska/MicroprocessorCooling

This code solves for the steady-state heat transport in a 2D model of a microprocessor, ceramic casing and an aluminium heatsink. It uses either Jacobi or Gauss-Seidel relaxation method on a finite difference grid. It can be run with the microprocessor only, microprocessor and casing, or microprocessor with casing and heatsink. Options for either forced or natural convection. Result can be plotted as a temperature heatmap over the grid.

Language: Python - Size: 394 KB - Last synced: 4 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

kuldeep-tolia/Numerical_Methods_Codes

Various numerical methods are discussed to solve different problems numerically.

Language: C++ - Size: 734 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

djps/SingleVesselHeat

Finite difference time domain code using operator splitting to solve coupled flow and heat equations.

Language: C++ - Size: 379 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vuanhtuan1012/image-restoration

Image restoration by PDE and by Wavelet transform

Language: Matlab - Size: 1.26 MB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 10 - Forks: 3

planelles20/PyConES-HaciendoMates

Charla en la PyConEs-2016 (http://2016.es.pycon.org/es/).

Language: Jupyter Notebook - Size: 11.7 KB - Last synced: 4 months ago - Pushed: over 7 years ago - Stars: 1 - Forks: 2

NikolaKostadinov/thermal

TPLS is a small Erlang project with the goal of simulating how heat diffuses through a given region using a lattice of processes

Language: Erlang - Size: 90.8 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

pmontalb/PdeFiniteDifferenceSolver

C++/CUDA implementation of the most popular hyperbolic and parabolic PDE solvers

Language: C++ - Size: 30.7 MB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 18 - Forks: 5

leoEspin/heat2D

Parallel C++ solver for the 2D heat equation

Language: C++ - Size: 941 KB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

GoshaSerbin/HeatEquation-with-FEM

Численное решение уравнения теплопроводности в 1D и 2D методом конечных элементов. Задаются граничные условия I, II, III рода, произвольная сетка

Language: C++ - Size: 9.77 KB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

namper/Numerical-Analysis

Numerical Analysis 2019 (TSU) Final Project

Language: Python - Size: 773 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 3 - Forks: 1

vitkarpenko/FEM-with-backward-Euler-for-the-heat-equation

:fire: Solving the heat equation on square plate with finite element method in Python.

Language: TeX - Size: 18.4 MB - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 2 - Forks: 0

brnd-from-mars/HeatTransport

2D Finite-Volume-Method for Heat-Transport-Equation

Language: Python - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

axothy/HeatEquation

Heat Equation solver C++. Solves heat equation (One-dimensional case)

Language: C++ - Size: 1.17 MB - Last synced: 12 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

CDOrtona/Image_Inpainting

Image inpainting algorithm based on two methods: Interpolation and Diffusion through the resolution of a linear PDE. This was my project for the Numerical Methods class held at the Univeristy of Bologna, Italy.

Language: MATLAB - Size: 6.41 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 1

PanosAntoniadis/pps-ntua

Lab exercises of Parallel Processing Systems course in NTUA

Language: C - Size: 10.8 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 4 - Forks: 1

standing-o/Heat_Equation

Numerical solutions of heat equations

Language: MATLAB - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

PedroLFerreira/Wildpyre

A Semi-Continuous Wildfire Model using the Heat Equation

Language: Jupyter Notebook - Size: 25.6 MB - Last synced: 4 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Gtoyos/ThetaMethod-HeatEquation

Analysis and implementation of the theta iterative method for solving the non homogeneous heat equation under Cauchy Dirichlet conditions. Numerical Methods course project of Facultad de Ingenieria - UDELAR.

Language: MATLAB - Size: 4.01 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

olafx/periodic_heat

heat integration

Language: Python - Size: 3.32 MB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

rvanvenetie/stbem

This code supplements arXiv:2108.03055, where we describe an adaptive boundary element method for the heat equation.

Language: Python - Size: 397 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

mluckyw/AN_heatcond_1D

1D Heat Conduction Equation with custom user input using analytical solutions

Language: MATLAB - Size: 222 KB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

eugnsp/memristor

Simple model of a memristor

Language: C++ - Size: 2.41 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 1

suicide-squad/heat-equation

Уравнение теплопроводности в трёхмере

Language: C - Size: 30.1 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 3

planelles20/fenics-examples

Solving some examples of partial differential equations (PDE) using fenics.

Language: Python - Size: 22 MB - Last synced: 4 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 2

Related Keywords
heat-equation 68 numerical-methods 15 wave-equation 9 partial-differential-equations 9 python 9 finite-difference-method 8 heat-transfer 8 mpi 5 cpp 5 pde 5 matlab 5 simulation 5 heat-equation-solution 4 finite-difference 4 numerical-analysis 4 physics 4 diffusion-equation 4 finite-element-methods 4 jupyter-notebook 4 numpy 4 heat 3 openmp 3 poisson-equation 3 pde-solver 3 differential-equations 3 heat-diffusion 3 parallel-computing 3 crank-nicolson 3 image-restoration 3 physics-simulation 2 python3 2 fdm 2 numerical 2 boundary-element-method 2 numerical-integration 2 deep-learning 2 scipy 2 ode 2 parallel-programming 2 scientific-computing 2 finite-volume-method 2 computational-fluid-dynamics 2 opencl 2 matplotlib 2 transport-equation 2 game-of-life 2 edp 2 monte-carlo 2 gauss-seidel 2 laplace-equation 2 optimization 2 cuda 2 interpolation 2 fem 2 diffusion 1 crank-nicolson-2d 1 gravitational-prospecting 1 inverse-problems 1 newton 1 reconstruction-algorithm 1 phase-change-materials 1 svd 1 tomography 1 total-variation 1 topological-derivatives 1 tsvd 1 pdes 1 matrix-factorization 1 adams-bashforth 1 adams-bashforth-methods 1 bisection 1 iterative-solvers 1 mpi-parallelization 1 closest-point-method 1 julia-language 1 c 1 2d-heat-equation 1 traveling-salesperson 1 testthat 1 algebraic-reconstruction-algorithms 1 julia 1 turing 1 splines 1 secant 1 algebraic-reconstruction-technique 1 root-finding 1 patterns 1 quadrature 1 noto 1 least-squares 1 erlang-process 1 lattice 1 processes 1 supervisor 1 2d 1 solver 1 euler 1 2d-mesh 1 fvm 1 image-inpainting 1