Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 380 Bytes

Gray-Scott equation

Solve Gray-Scott equation in python language with libraries :

  • numpy : standard library for multi-dimensional arrays and matrices
  • numba : Numba translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library
  • cupy : CuPy is an open-source array library for GPU-accelerated computing with Python.