| 
    VMEC 8.52
    
   3D Equilibrium solver with nested flux surfaces. 
   | 
 
Fourier transforms. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | fext_fft (bout, bs_s, bs_a) | 
Extends \(B_s\) from ntheta2 interval to full ntheta3 interval in angle \(\theta\).   | |
Fourier transforms.
Definition in file fext_fft.f90.
| subroutine fext_fft | ( | real(rprec), dimension(nzeta,ntheta3), intent(out) | bout, | 
| real(rprec), dimension(nzeta,ntheta2), intent(in) | bs_s, | ||
| real(rprec), dimension(nzeta,ntheta2), intent(in) | bs_a ) | 
Extends \(B_s\) from ntheta2 interval to full ntheta3 interval in angle \(\theta\). 
| bout | output \(B_s\) | 
| bs_s | symmetric part of \(B_s\) | 
| bs_a | anti-symmetric part of \(B_s\) | 
Definition at line 9 of file fext_fft.f90.
Referenced by jxbforce().