A Finite Difference Method Engine in C++
-
Updated
Dec 4, 2022 - C++
A Finite Difference Method Engine in C++
C++/CUDA implementation of the most popular hyperbolic and parabolic PDE solvers
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
Various numerical methods are discussed to solve different problems numerically.
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.
C++ graphical user interface application to configure and simulate population dynamics and their movement on a discrete grid. Users can adjust the grid size, populate it with various species, set interaction coefficients, and observe how populations spread and interact over time according to specified numerical methods.
Simple model of a memristor
Parallel programs for scientific computing
Heat simulation of a 2D plate using the finite difference method
Heat Equation solver C++. Solves heat equation (One-dimensional case)
Finite difference time domain code using operator splitting to solve coupled flow and heat equations.
In this code pseudo-spectral method is used to solve one-dimensional heat equation.
Численное решение уравнения теплопроводности в 1D и 2D методом конечных элементов. Задаются граничные условия I, II, III рода, произвольная сетка
Heat World difference equation using OpenCL
Parallel C++ solver for the 2D heat equation
A simple program that solves the Heat Equation
Add a description, image, and links to the heat-equation topic page so that developers can more easily learn about it.
To associate your repository with the heat-equation topic, visit your repo's landing page and select "manage topics."