TDMS
Time Domain Maxwell Solver
|
Public Member Functions | |
void | initialise_from_matlab (double ***tensor, Dimensions &dims) |
void | initialise_fftw_plan (int n_threads, int size, EHVec &eh_vec) |
Public Attributes | |
int | n_threads = 1 |
fftw_plan * | plan_f = nullptr |
fftw_plan * | plan_b = nullptr |
void SplitFieldComponent::initialise_fftw_plan | ( | int | n_threads, |
int | size, | ||
EHVec & | eh_vec | ||
) |
Initialise a vector of 1d discrete Fourier transform plans
n_threads | Number of threads that will be used |
size | Length of the vector |
eh_vec | TODO: what is this? |