amp_fac | first check user inputs |
amp_fac_script_1 | Usage example for amp_fac |
amp_fac_script_2 | Usage example for amp_fac |
amp_fac_script_3 | Usage example for amp_fac |
amp_fac_script_4 | Usage example for amp_fac |
hockney | HOCKNEY implements the hockney algorithm without FFT to solve the block |
hockney_FFT | Implements the Hockney algorithm with FFT to solve the block |
inv_FFT | Computes the inverse discrete fourier transform of sequence x |
inv_FFT_script | Usage example for inv_FFT |
poisson_5point | Solves the Poisson equation (grad^2)u(x,y)=f(x,y) on the |
poisson_5point_hock | Solves the poisson equation (grad^2)u(x,y)=f(x,y) on the 2D domain |
poisson_5point_hock_FFT | Solves the poisson equation (grad^2)u(x,y)=f(x,y) on the |
poisson_5point_hock_FFT_script | Usage example for poisson_5point_hock_FFT |
poisson_5point_hock_script | Usage example for poisson_5point_hock |
poisson_5point_script | Usage example for poisson_5point |
poisson_9point | Solves the Poisson equation (grad^2)u(x,y)=f(x,y) on the |
poisson_9point_hock | Solves the Poisson equation (grad^2)u(x,y)=f(x,y) on the |
poisson_9point_hock_FFT | Solves the Poisson equation (grad^2)u(x,y)=f(x,y) on the |
poisson_9point_hock_FFT_script | Usage example for poisson_9point_hock_FFT |
poisson_9point_hock_script | Usage example for poisson_9point_hock |
poisson_9point_script | Usage example for poisson_9point |
rec_inv_FFT | Computes the inverse discrete fourier transform of sequence x recursively |
rec_inv_FFT_script | Usage example for inv_FFT |
stencil_order | Ttaylor expands the numerical scheme prescribed by the stencil A. |
stencil_order_script_1 | Usage example for stencil_order |
stencil_order_script_2 | Usage example for stencil_order |
stencil_order_script_3 | Usage example for stencil_order |
stencil_order_script_4 | Usage example for stencil_order |
stencil_order_script_5 | Usage example for stencil_order |
stencil_order_script_6 | Usage example for stencil_order |