finite-differences
There are 41 repositories under finite-differences topic.
maroba/findiff
Python package for numerical derivatives and partial differential equations in any number of dimensions.
JuliaDiff/FiniteDifferences.jl
High accuracy derivatives, estimated via numerical finite differences (formerly FDM.jl)
RobinKa/maxwell-simulation
Interactive web-based simulator of electromagnetic waves
ovcharenkoo/WaveProp_in_MATLAB
Single-file implementations of 2D and 3D acoustic and elastic wave propagation in time domain using finite-differences(FDTD). Simple formulation and implementation
florianwittkamp/FD_ACOUSTIC
Collection of Matlab, Python and Jupyter Notebook scripts for Finite-Difference seismic wave simulation in 1-D and 2-D
opensbli/opensbli
A framework for the automated derivation and parallel execution of finite difference solvers on a range of computer architectures.
jacobwilliams/NumDiff
Modern Fortran Numerical Differentiation Library
pnavaro/python-fortran
Python-Fortran bindings examples
bjodah/finitediff
Finite difference weights for any derivative order on arbitrarily spaced grids. C89, C++ and Fortran 90 implementations with Python bindings.
HPCSys-Lab/simwave
Simulates the propagation of the acoustic wave using the finite difference method in 2D and 3D domains.
zfergus/finite-diff
A simple finite-difference library using Eigen.
ThomasThelen/Finite-Difference-Method
A Finite Difference Method Engine in C++
jcorbino/mole
Mimetic Operators Library Enhanced
csrc-sdsu/mole
The Mimetic Operators Library Enhanced
JuliaApproximation/CompactBases.jl
Julia library for function approximation with compact basis functions
OpenCALTeam/opencal
OpenCAL, the Open Computing Abstraction Layer Domain Specific Language for Structured Grid Meshes
linesd/minimize
Conjugate gradients minimization
jahrWork/NumericalHUB
Set of modern Fortran numerical methods.
OpenSEMBA/fdtd
semba-fdtd is a finite-differences in time domain solver with special focus on EMC problems. semba-fdtd can be used as a standalone solver or integrated within a FreeCAD workbench (www.elemwave.com).
PyNumAl/Python-Numerical-Analysis
Implementation of Numerical Analysis algorithms/methods in Python
ICB-DCM/fiddy
Finite difference methods.
LawrenceDuan/FaceScrub-face-recognition-and-gender-classification
Building a system for face recognition and gender classification. The dataset comes from FaceScrub.
MeShootIn/computational-mathematics
š§® Solving the Black-Scholes equation by the finite-difference methods and researching of the Cuthill-McKee and the minimum degree algorithms
bensmith95/Sphere-Steady-Flow-With-Variable-Viscosity
MATLAB code that solves and compiles the steady flow around a rotating sphere with variable viscosity
akshay23sept/PyLearners
PyLearners
alisonpeard/numerical-wave-models
Developing Python implementation of simplified nearshore spectral wave models.
famura/ndc
Numerical differentiation leveraging convolutions based on PyTorch
iwhoppock/korteweg-de_vries
A solution, written in C, to Korteweg de Vries using the fourth order Runge-Kutta method and finite differences.
M-MSilva/PDE-OpenMP
Solving P.D.E. by finite differences and using OpenMP. :computer:
riberaborrell/sde-hjb-solver
Solver for the HJB equation associated to the importance sampling problem of diffusion processes
bensmith95/Sphere-Steady-Flow
MATLAB code that solves and compiles the steady flow around a rotating sphere
bensmith95/Stewartson-1958-Sphere-Flow
MATLAB code that solves the Stewartson (1958) system for the equatorial flow around a rotating sphere.
gstinoco/Classical-Finite-Differences
Classical Finite Differences Schemes for numerically solve different Partial Differential Equations.
luibus/Poisson_eq
Solution of Poisson equation using finite difference on a 2D mesh with boundary conditions different from 0 on one side
PunchesMalone/findiff
Finite differencing code in Fortran for derivative approximation
vincentmader/finite-differences.py
comparison of derivative discretization methods