chebpy

Chebyshev polynomial based spectral methods of PDEs
Download

chebpy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Yi-Xin Liu
  • Publisher web site:
  • https://bitbucket.org/liuyxpp/

chebpy Tags


chebpy Description

chebpy is a Python module for spetral methods of PDEs based on Chebyshev series.Quickstart1. Install easy_install chebpyor tar -xvf chebpy-xxx.tar.gz cd chebpy-xxx python setup.py installRequired packages:- numpy: chebpy heavily depends on numpy.- scipy: advanced algorithms, such as scipy.fftpack.dct.2. APIsCurrent available functions:Chebyshev series construction- cheb_polynomial_recursion- cheb_polynomial_trigonometric- cheb_polynomial_seriesFast Chebyshev transform- cheb_fast_transform- cheb_inverse_fast_transformChebyshev differentiation- cheb_D1_mat- cheb_D1_fft- cheb_D1_dct- cheb_D1_fchebtChebyshev interpolation- cheb_interpolation_point- cheb_interpolation_1d- cheb_interpolation_2dChebyshev quadrature- cheb_quadrature_clencurt- cheb_quadrature_cglChebyshev applications in solution of PDEs- cheb_mde_split- cheb_mde_neumann_split- cheb_mde_etdrk4- cheb_mde_neumann_etdrk4- cheb_mde_robin_etdrk4- cheb_allen_cahn_etdrk4Product's homepage


chebpy Related Software