Searched refs:ImRhor (Results 1 – 3 of 3) sorted by relevance
157 in[i][1] = ImRhor[BN_AB+i]; in FFT_Poisson()253 ImRhok[BN_CA] = ImRhor[BN_AB]; in FFT_Poisson()378 ImRhor[BN_CB] = ImRhok[BN_CA]; in FFT_Poisson()615 ImRhor[BN_CA] = ImRhok[BN_CB]; in Inverse_FFT_Poisson()740 ImRhok[BN_AB] = ImRhor[BN_CA]; in Inverse_FFT_Poisson()807 double *ReRhor,*ImRhor; in FFT_Density() local836 ImRhor[BN_AB] = 0.0; in FFT_Density()845 ImRhor[BN_AB] = 0.0; in FFT_Density()854 ImRhor[BN_AB] = 0.0; in FFT_Density()863 ImRhor[BN_AB] = 0.0; in FFT_Density()[all …]
438 double *ReRhor,*ImRhor; in FFT2D_Density() local466 ImRhor[BN_AB] = 0.0; in FFT2D_Density()475 ImRhor[BN_AB] = 0.0; in FFT2D_Density()484 ImRhor[BN_AB] = 0.0; in FFT2D_Density()493 ImRhor[BN_AB] = 0.0; in FFT2D_Density()523 free(ImRhor); in FFT2D_Density()605 array0[2*i+1] = ImRhor[BN_AB]; in FFT2D_Poisson()633 ImRhok[BN_CA] = ImRhor[BN_AB]; in FFT2D_Poisson()697 array0[2*i+1] = ImRhor[BN_CA]; in FFT2D_Poisson()727 ImRhok[BN_CB] = ImRhor[BN_CA]; in FFT2D_Poisson()[all …]
11 void FFT2D_Poisson(double *ReRhor, double *ImRhor,400 double *ReRhor, *ImRhor; in FFT2D_CurrentDensity() local403 ImRhor = (double*)malloc(sizeof(double)*My_Max_NumGridB); in FFT2D_CurrentDensity()409 ImRhor[BN_AB] = 0.0; in FFT2D_CurrentDensity()416 FFT2D_Poisson(ReRhor, ImRhor, ReRhok, ImRhok); in FFT2D_CurrentDensity()427 free(ImRhor); in FFT2D_CurrentDensity()