VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
Loading...
Searching...
No Matches
bextrema.f90 File Reference

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\)).
 

Detailed Description

Computes minimum and maximum \(|\mathbf{B}|\) along \(\zeta\) between two angle lines ( \(\theta = 0, \pi\)).

Definition in file bextrema.f90.

Function/Subroutine Documentation

◆ bextrema()

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\)).

Parameters
modbmagnitude of magnetic field \(|\mathbf{B}|\)
bminminimum value of \(|\mathbf{B}|\)
bmaxmaximum value of \(|\mathbf{B}|\)
nzetanumber of grid points in toroidal direction
nthetanumber of grid points in poloidal direction

Definition at line 11 of file bextrema.f90.

Referenced by eqfor().

Here is the caller graph for this function: