Go to the source code of this file.
|
module | mod_lfff |
| Program to extrapolate linear force-free fields in 3D Cartesian coordinates, based on exact Green function method (Chiu & Hilton 1977 ApJ 212,873).
|
|
|
subroutine | mod_lfff::init_b_fff_data (magnetogramname, qLunit, qBunit) |
|
subroutine | mod_lfff::calc_lin_fff (ixIL, ixOL, Bf, x, alpha, zshift, idir) |
|
subroutine | mod_lfff::get_potential_field_potential (ixIL, ixOL, potential, x, zshift) |
|
|
integer, save | mod_lfff::nx1 |
|
integer, save | mod_lfff::nx2 |
|
double precision, save | mod_lfff::bzmax |
|
double precision, save | mod_lfff::darea |
|
double precision, dimension(:,:), allocatable, save | mod_lfff::bz0 |
|
double precision, dimension(:), allocatable, save | mod_lfff::xa1 |
|
double precision, dimension(:), allocatable, save | mod_lfff::xa2 |
|