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

Topic: "spectral-methods"

autonomousvision/shape_as_points

[NeurIPS'21] Shape As Points: A Differentiable Poisson Solver

Language: Python - Size: 24.2 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 601 - Forks: 42

DedalusProject/dedalus

A flexible framework for solving PDEs with modern spectral methods.

Language: Python - Size: 59.3 MB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 569 - Forks: 129

spectralDNS/shenfun

High performance computational platform in Python for the spectral Galerkin method

Language: Python - Size: 108 MB - Last synced at: 2 days ago - Pushed at: 5 months ago - Stars: 214 - Forks: 44

FourierFlows/FourierFlows.jl

Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains

Language: Julia - Size: 5.07 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 206 - Forks: 30

cpmech/russell

Rust Scientific Libary. ODE and DAE (Runge-Kutta) solvers. Special functions (Bessel, Elliptic, Beta, Gamma, Erf). Linear algebra. Sparse solvers (MUMPS, UMFPACK). Probability distributions. Tensor calculus.

Language: Rust - Size: 7.57 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 146 - Forks: 10

Saro00/DGN

Implementation of Directional Graph Networks in PyTorch and DGL

Language: Python - Size: 8.65 MB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 116 - Forks: 13

pmocz/cfd-comparison-python

Comparison of various numerical methods for computational fluid dynamics

Language: Python - Size: 443 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 70 - Forks: 7

cpraveen/chebpy

Spectral Methods in Python

Language: Jupyter Notebook - Size: 57.9 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 55 - Forks: 20

esi-neuroscience/syncopy

Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data

Language: Python - Size: 12 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 52 - Forks: 15

msubhransu/matrix-sqrt

matrix square root and its gradient

Language: Matlab - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 47 - Forks: 10

MagriLab/KolSol

Pseudospectral Kolmogorov Flow Solver

Language: Python - Size: 457 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 38 - Forks: 3

cornell-zhang/GARNET

GARNET: Reduced-Rank Topology Learning for Robust and Scalable Graph Neural Networks

Language: Python - Size: 16.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 31 - Forks: 0

dataandsignal/libmusic

Fast superresolution frequency detection using MUSIC algorithm

Language: C - Size: 51.8 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 3

Ceyron/exponax

Efficient Differentiable n-d PDE solvers in JAX.

Language: Jupyter Notebook - Size: 26.9 MB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 28 - Forks: 1

tpapp/SpectralKit.jl

Building blocks of spectral methods for Julia.

Language: Julia - Size: 5.09 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 27 - Forks: 0

blacksingular/GHRN

[WWW 2023] "Addressing Heterophily in Graph Anomaly Detection: A Perspective of Graph Spectrum" by Yuan Gao, Xiang Wang, Xiangnan He, Zhenguang Liu, Huamin Feng, Yongdong Zhang

Language: Python - Size: 164 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 26 - Forks: 3

aromanro/DFTQuantumDot

Density Functional Theory with plane waves basis, applied on a 'quantum dot'. Volumetric visualization of orbitals with VTK

Language: C++ - Size: 226 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 24 - Forks: 10

nicholasmr/specfab

Spectral orientation fabric model for polycrystalline materials

Language: Fortran - Size: 70.8 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 17 - Forks: 4

aromanro/Poisson

Solving Poisson equation using a spectral method, also introducing VTK which will probably be used for other projects

Language: C++ - Size: 118 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 5

evanseitz/ManifoldEM_Python

ManifoldEM Python suite

Language: Python - Size: 27.5 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 15 - Forks: 3

chaitanya100100/Spectral-Analysis-for-Image-Matching

Implementation of Joint Spectral Correspondence for matching the images with disparate appearance arising from factors like dramatic illumination (day vs. night), age (historic vs. new) and rendering style differences.

Language: Matlab - Size: 255 MB - Last synced at: 11 months ago - Pushed at: almost 8 years ago - Stars: 13 - Forks: 1

ranocha/PolynomialBases.jl

Polynomial bases for spectral element methods.

Language: Julia - Size: 257 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 12 - Forks: 1

nauaneed/PyDNS

Direct Numerical Simulation of Fluid Flow with IBM Using Python

Language: Jupyter Notebook - Size: 17 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 12 - Forks: 4

iwhoppock/viscous_burgers

Two solutions, written in MATLAB, for solving the viscous Burger's equation. They are both spectral methods: the first is a Fourier Galerkin method, and the second is Collocation on the Tchebyshev-Gauß-Lobatto points.

Language: Matlab - Size: 1.8 MB - Last synced at: 8 months ago - Pushed at: almost 8 years ago - Stars: 12 - Forks: 8

whalenpt/rkstiff

Runge-Kutta adaptive-step solvers for nonlinear PDEs. Solvers include both exponential time differencing and integrating factor methods.

Language: Python - Size: 3.7 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 1

cpraveen/spectral_matlab

Spectral methods in matlab

Language: Jupyter Notebook - Size: 110 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 10 - Forks: 3

fluiddyn/fluidfft

:chart_with_upwards_trend: Common API (C++ and Python) for Fast Fourier Transform HPC libraries (publish-only mirror)

Language: Python - Size: 2.26 MB - Last synced at: 28 days ago - Pushed at: 6 months ago - Stars: 10 - Forks: 1

maroba/numgrids

Working with numerical grids made easy.

Language: Python - Size: 1.18 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 10 - Forks: 1

felixpatzelt/scorr

Fast and flexible two- and three-point correlation analysis for time series using spectral methods.

Language: Python - Size: 5.78 MB - Last synced at: 6 days ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 4

xiaohan2012/signed-local-community

[WebConf 2020] Searching for polarization in signed graphs: a local spectral approach

Language: Jupyter Notebook - Size: 151 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0

alanmatzumiya/pySpectralPDE

PySpectral is a Python package for solving the partial differential equation (PDE) of Burgers' equation in its deterministic and stochastic version.

Language: Python - Size: 1.41 GB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

pratapkygo/noiseCancellationCarnaticMusic

Various melodic noise filtering techniques viz. Adaptive Noise Cancellation, Spectral Methods and Deep Learning algorithms have been employed to filter music signals corrupted with additive Gaussian white noise. The noise reduction problem has been formulated as a filtering problem which is efficiently solved by using the LMS, NLMS and RLS methods in adaptive filtering and as a spectral problem solved using spectral subtraction and spectral gating techniques.

Language: Jupyter Notebook - Size: 7.07 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 1

spietz/2DNSSolver_SpectralDealiased

2D Navier-Stokes solver for the square cavity flow using a spectral collocation method

Language: MATLAB - Size: 724 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 0

at0m741/CurvatureEngine

An optimized Relativistic code for ADM/BSSN 3+1 decomposition, Analytical computes and Geodesics tracer over a Kerr/schwarzschild and kdS/adS metrics (using AVX2 and AVX512 intrinsics, tested on different configurations like Intel Xeon Phi Knight Landing)

Language: C++ - Size: 95.6 MB - Last synced at: 12 days ago - Pushed at: 13 days ago - Stars: 7 - Forks: 0

comp-physics/RBC3D

3D Spectral boundary integral solver for cell-scale blood flow

Language: Fortran - Size: 29.9 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 7 - Forks: 3

juliohm/GeoStatsSolvers.jl 📩

Built-in solvers for the GeoStats.jl framework

Language: Julia - Size: 2.04 MB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

doctor-phil/analyzing-economic-networks

Tutorial introduction to economic network analysis and graph clustering in python with networkx

Language: Jupyter Notebook - Size: 2.87 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 4

evanseitz/ManifoldEM_ESPER

Software implementation for paper Heuristic Analysis of Manifolds from Simulated Cryo-EM Ensemble Data

Language: Python - Size: 267 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

BystrickyK/SINDy

Physically-informed model discovery of systems with nonlinear, rational terms using the SINDy-PI method. Contains functionality for spectral filtering/differentiation.

Language: Python - Size: 636 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

ImperialCollegeESE/BOLD_Toolbox

Battery Optimal Layer Design (BOLD) Toolbox for optimising layer configuration of pouch cells

Language: Matlab - Size: 80.1 KB - Last synced at: 5 months ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 2

nicholasmr/tamm

Radio-wave transfer matrix model for glacier ice

Language: Python - Size: 7.21 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 4

NaokiHori/SpectralNSSolver1

Fourier-Galerkin-based massively-parallelised Navier-Stokes solver

Language: C - Size: 380 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

jahrWork/NumericalHUB

Set of modern Fortran numerical methods.

Language: Fortran - Size: 26.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

Yurlungur/pyballd

A Python-Based Elliptic Solver in Axisymmetry

Language: Python - Size: 7.49 MB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 5 - Forks: 3

yhyoscar/AS_LN87

Language: Python - Size: 971 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

juliohm/GeoSimulation.jl 📩

Geostatistical simulation solvers for the GeoStats.jl framework

Language: Julia - Size: 3.87 MB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

yhyoscar/pyAGCM

Language: Jupyter Notebook - Size: 11.5 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 2

termoshtt/rust-spectral 📩

Spectral methods to solve PDEs

Language: Rust - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

yhyoscar/AS_GSWSM

Language: Python - Size: 3.77 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

javieralmonacid/zeroth-order-operators

MATLAB codes for the article "Characterization of singular flows of zeroth-order pseudo-differential operators via elliptic eigenfunctions: a numerical study", arXiv:2210.13622 (2022).

Language: MATLAB - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

mrmatured/themba

Size: 742 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

pulkitkd/Codes_from_coursework

This repo houses some FDM, spectral method and ML codes

Language: Jupyter Notebook - Size: 9.39 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

NaokiHori/FastHelmholtzSolver

Massively parallelised direct solver for Helmholtz, Poisson, and Laplace equations using Fourier-collocation method

Language: C - Size: 535 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

comp-physics/RBC2D

2D Spectral boundary integral solver for cell-scale blood flow

Language: Fortran - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

EnguerranVidal/Turbulent-Convection-with-Dedalus

Under the supervision of Prof. Matthew Browning, I was tasked to study the creation of a spectral solver for Boussinesq approximated fluid dynamics and then, using Dedalus, to study the effects of rotation and stratification on turbulent convection.

Language: Python - Size: 12.5 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

jortizta/ekman_bl

Spectral code to solve a stratified Ekman boundary layer. A canonical setup to study atmospheric turbulence where the influence of the Earth rotation and the nocturnal surface cooling is included.

Language: Fortran - Size: 559 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

juliohm/SpectralGaussianSimulation.jl 📩

Spectral Gaussian simulation solver for the GeoStats.jl framework

Language: Julia - Size: 1.11 MB - Last synced at: 24 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

comp-physics/capillary_instability

A solver for the eigenmodes of an unstable viscoelastic jet

Language: Mathematica - Size: 531 KB - Last synced at: 2 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

KaiTastic/ASD_File_Reader

The repository offers the latest parser for Malvern Panalytical ASD File Format (*.asd) with Python.

Language: Python - Size: 120 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

dayanadithyan/graph-fri-proofs

Verifying and testing statistical signifiance FRI with spectral models for signal processing

Language: Haskell - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

dataandsignal/libmusic_m

Signal space decomposition in MATLAB (MUSIC, Pisarenko, EV, Minimum Norm)

Language: MATLAB - Size: 166 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Bazenr/Bazenr-spectrum-data-processing

Works of my spectrum data processing.

Language: Jupyter Notebook - Size: 4.14 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - 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 at: 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

whalenpt/spida

Spectral Integration and Differentiation Algorithms. Includes FFTs, Chebyshev Transforms, and Hankel transforms. Exponential time differencing and integrating factor Runge-Kutta methods.

Language: C++ - Size: 5.9 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

l90lpa/DMSuite.jl

Spectral differentiation and interpolation methods in Julia

Language: Julia - Size: 209 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ClecioJung/spectralIdentification

Library for for spectral estimation developed in MATLAB

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

juliohm/GaussianSimulation.jl 📩

Gaussian simulation solvers for the GeoStats.jl framework

Language: Julia - Size: 300 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

chunwangpro/Using-clustering-instead-of-classification-on-breast-cancer-dataset

Improved model performance on accuracy and NMI indicator by determining the optimal number of clusters and post-processing.

Language: Jupyter Notebook - Size: 95.7 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

mukherjeesoham/ScalarWave.jl

Solve the scalar wave equation using spacetime discretization methods

Language: Julia - Size: 2.74 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

wbrickner/fast-image-filter 📩

Applies spectral filters to images, emphasizing and deemphasizing structures at different length scales.

Language: C++ - Size: 11.7 KB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

AJFMAHFOUF/4DVAR_BURGERS_1D

4D-Var assimilation with 1D Burgers model

Language: Fortran - Size: 15.2 MB - Last synced at: about 15 hours ago - Pushed at: about 16 hours ago - Stars: 0 - Forks: 0

phbillet/pdesolver

PDESolver is a Python framework for numerically solving partial differential equations (PDEs) in 1D and 2D. It uses spectral methods (FFT), supports linear/nonlinear terms, and provides tools for wave analysis, energy computation, and animation. Ideal for researchers and engineers.

Language: Jupyter Notebook - Size: 71.7 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

fgarbuzov/Spectral

Language: Jupyter Notebook - Size: 39.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

YelyzavetaV/trispectral

NumPy-based Python package for numerical differentiation using spectral methods

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

LiuBurger/EI-MS2VEC

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

BochicTrdar/Trefethen

Python version of "Spectral Methods for Matlab" M-files

Language: MATLAB - Size: 54.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

tgaurav7/Pseudo-Spectral-Method-for-CD-equations

Spectral and Pseudo-Spectral Method for Convection Diffusion equations with Symmetric Boundary Conditions

Language: Jupyter Notebook - Size: 44 MB - Last synced at: 10 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

max1-98/Project-3

This is my Code for my Year 3 Bsc Mathematics Project at Durham University. This project is focussed on using spectral methods and the quaslinearization method to solve non-linear ODEs. I developed a linear ODE solver that can use a Chebyshev / Laguerre / Even Chebsyev or Trigonometric basis.

Language: Python - Size: 43.7 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

dutykh/noncommschwarzschild

Supplemental materials to a scientific paper on the computation of Quasinormal Modes in a non-commutative model for Schwarzschild black holes

Language: MATLAB - Size: 139 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

dutykh/morristhorne

Supplemental materials to a scientific paper on the computation of Quasinormal Modes of Morris-Thorne wormholes

Language: MATLAB - Size: 95.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

m3nin0-labs/spectral

🌈 Spectral indices in R

Language: R - Size: 20.5 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

aadi-bh/spectral4hyp

End-semester project for a course on nonlinear PDEs.

Language: Python - Size: 1.99 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KelSolaar/RstRamblings

Size: 258 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

mehta-pavan/spec

Spectral Methods in Python

Language: HTML - Size: 16.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

RedCrow9564/SpectralMethodsProject-RandomSVD

This project was submitted as a requirement for this course. The course was administered in Fall 2019-2020 in Tel-Aviv University - School of Mathematical Sciences

Language: Jupyter Notebook - Size: 156 KB - Last synced at: 10 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AntiPhoton47/quantum-chem

A Python program that computes the electronic densities and binding energies for isolated neutral atoms from an orbital-free density functional scheme based on polymer self-consistent field theory.

Language: Python - Size: 751 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

NiallOswald/spectral-SHs

Investigating the effect of surfactants on superhydrophobic surfaces using spectral methods as a UROP project with Dr Michael Mayer

Language: Python - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

martin-buck/spectral-clustering

Spectral clustering, RBF kernels, and hyperparameter optimization on non-radial data are used to cluster data that gives traditional k-means difficulty.

Language: Python - Size: 515 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

arotem3/SchrodingerSEM

Implements the continuous Galerkin spectral element method to solve the Schrödinger equation

Language: C++ - Size: 206 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

crewsdw/SpectralVlasov

Fourier-Hermite Galerkin method applied to the Vlasov-Poisson equation

Language: Python - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

readikole/Quadratic-NLS

Numerical solution of the nonlinear Schrödinger equation with a quadratic nonlinearity.

Language: MATLAB - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

snatesh/NoSlipStokes

Stokes flow in doubly periodic, partially or fully confined geometries.

Size: 6.88 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

snatesh/Spectral_KdV

A semi-implicit Adams Bashforth/backward‐differentiation time stepping scheme and an exponential Runge-Kutta method applied to a spectral discretization in space of the Korteweg–de Vries equation

Language: C - Size: 65.5 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

litianyu1993/MTL_WFA

A simple implementation of the paper "Multitask Spectral Learning of Weighted Automata" by Rabusseau et al.

Language: Python - Size: 143 KB - Last synced at: 1 day ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

comp-physics/spherepack_doc

Additional documentation for SPHEREPACK

Language: TeX - Size: 204 KB - Last synced at: 2 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mukherjeesoham/spacetime-discretization

Codes to solve a scalar wave equation using spacetime discretization methods.

Language: Python - Size: 3.8 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

edwinksl/spectral-methods-in-matlab

Repository for MATLAB files for Spectral Methods in MATLAB.

Language: Matlab - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Yurlungur/wavetoy-parity-Chebyshev

This is a wave equation solver in spherical symmetry that demonstrates the use of parity-limited Chebyshev polynomials

Language: Python - Size: 311 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Related Topics
python 10 partial-differential-equations 9 numerical-methods 9 fft 9 matlab 6 cfd 6 burgers-equation 5 spectral-analysis 5 fluid-dynamics 5 machine-learning 5 chebyshev 5 pde 4 covariance 4 gaussian-processes 4 differential-equations 4 scientific-computing 4 variogram 4 pde-solver 3 graph-neural-networks 3 simulation 3 atmospheric-modelling 3 signal-processing 3 pseudospectral-methods 3 numerical-analysis 3 turbulence 3 spherical-harmonics 3 julia 3 spectrum 3 computational-physics 3 lu-decomposition 3 galerkin-method 3 finite-difference-method 3 physics 3 free-energy 2 embedding 2 finite-volume 2 nonlinear-dynamics 2 manifold-learning 2 fourier-transform 2 quantitative-biology 2 vtk-applications 2 biomolecule 2 cryo-em 2 rust 2 runge-kutta-methods 2 numerical-differentiation 2 fourier 2 heat-equation 2 eigen 2 mfc 2 pseudo-differential-operators 2 fourier-methods 2 mathematics 2 pytorch 2 runge-kutta 2 nonlinear-pde 2 nls 2 kuramoto-sivashinsky 2 kdv 2 integrating-factor 2 hankel-tranform 2 exponential-time-differencing 2 adaptive-stepsize 2 hpc 2 poisson 2 mpi 2 eigen-vector-decomposition 2 dtmf-detector 2 dtmf 2 dsp 2 doa-estimation 2 doa 2 audio-processing 2 audio 2 amplitude-estimation 2 cuda 2 stokes-flow 2 red-blood-cells 2 numerical-integration 2 boundary-integral-equation 2 spectral 2 blackhole 2 chebyshev-polynomials 2 general-relativity 2 linear-algebra 2 density-functional-theory 2 deep-learning 2 glaciology 2 geophysics 2 spectral-method 2 dynamical-core 2 interpolation 2 voip 2 cython 2 social-network-analysis 2 music 2 frequency-estimation 2 frequency-analysis 2 frequency 2 eigenvectors 2