| 
    VMEC 8.52
    
   3D Equilibrium solver with nested flux surfaces. 
   | 
 
Computes minimum and maximum \(|\mathbf{B}|\) along \(\zeta\) between two angle lines ( \(\theta = 0, \pi\)). More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | bextrema (modb, bmin, bmax, nzeta, ntheta) | 
| Computes minimum and maximum \(|\mathbf{B}|\) along \(\zeta\) between two angle lines ( \(\theta = 0, \pi\)).   | |
Computes minimum and maximum \(|\mathbf{B}|\) along \(\zeta\) between two angle lines ( \(\theta = 0, \pi\)).
Definition in file bextrema.f90.
| subroutine bextrema | ( | real(rprec), dimension(nzeta,ntheta), intent(in) | modb, | 
| real(rprec), dimension(ntheta), intent(out) | bmin, | ||
| real(rprec), dimension(ntheta), intent(out) | bmax, | ||
| integer, intent(in) | nzeta, | ||
| integer, intent(in) | ntheta ) | 
Computes minimum and maximum \(|\mathbf{B}|\) along \(\zeta\) between two angle lines ( \(\theta = 0, \pi\)).
| modb | magnitude of magnetic field \(|\mathbf{B}|\) | 
| bmin | minimum value of \(|\mathbf{B}|\) | 
| bmax | maximum value of \(|\mathbf{B}|\) | 
| nzeta | number of grid points in toroidal direction | 
| ntheta | number of grid points in poloidal direction | 
Definition at line 11 of file bextrema.f90.
Referenced by eqfor().