Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines
particle_fourier_modes_test.F90 File Reference
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for particle_fourier_modes_test.F90:

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)
 

Function/Subroutine Documentation

◆ calc_modes_fast()

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.

Here is the caller graph for this function:

◆ calc_modes_fast2()

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.

Here is the caller graph for this function:

◆ calc_modes_fast2_chunked()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ calc_modes_fast_chunked()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ calc_modes_std()

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.

Here is the caller graph for this function:

◆ particle_fourier_modes_test()

program particle_fourier_modes_test

Definition at line 1 of file particle_fourier_modes_test.F90.

Here is the call graph for this function:
    Report Typos and Errors