Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
Functions/Subroutines | |
program | particle_fourier_modes_test |
subroutine | calc_modes_std (maxmode, fmodes, x) |
subroutine | calc_modes_fast (maxmode, fmodes, x) |
subroutine | calc_modes_fast_chunked (maxmode, fmodes, x, chunksize) |
subroutine | calc_modes_fast2 (maxmode, fmodes, x) |
subroutine | calc_modes_fast2_chunked (maxmode, fmodes, x, chunksize) |
subroutine particle_fourier_modes_test::calc_modes_fast | ( | intent(in) | maxmode, |
dimension(:) | fmodes, | ||
intent(in) | x | ||
) |
Definition at line 118 of file particle_fourier_modes_test.F90.
subroutine particle_fourier_modes_test::calc_modes_fast2 | ( | intent(in) | maxmode, |
dimension(:) | fmodes, | ||
intent(in) | x | ||
) |
Definition at line 145 of file particle_fourier_modes_test.F90.
subroutine particle_fourier_modes_test::calc_modes_fast2_chunked | ( | intent(in) | maxmode, |
dimension(:) | fmodes, | ||
intent(in) | x, | ||
intent(in) | chunksize | ||
) |
Definition at line 160 of file particle_fourier_modes_test.F90.
subroutine particle_fourier_modes_test::calc_modes_fast_chunked | ( | intent(in) | maxmode, |
dimension(:) | fmodes, | ||
intent(in) | x, | ||
intent(in) | chunksize | ||
) |
Definition at line 130 of file particle_fourier_modes_test.F90.
subroutine particle_fourier_modes_test::calc_modes_std | ( | intent(in) | maxmode, |
dimension(:) | fmodes, | ||
intent(in) | x | ||
) |
Definition at line 108 of file particle_fourier_modes_test.F90.
program particle_fourier_modes_test |
Definition at line 1 of file particle_fourier_modes_test.F90.