Go to the source code of this file.
|
| module | mod_gimli |
| | Module for reading in Legolas .ldat data as initial condition.
|
| |
|
| subroutine | mod_gimli::read_legolas_data (legolas_file, file_id) |
| |
| subroutine | mod_gimli::allocate_arrays (gridpts) |
| |
| subroutine | mod_gimli::add_perturbation_to_w_array (ixil, ixol, w, w_index, x) |
| |
| subroutine | mod_gimli::init_gimli_indices () |
| |
| subroutine | mod_gimli::w_index_to_array (w_index, array) |
| |
| subroutine | mod_gimli::ef_amplitude (x, grid, array, amplitude) |
| |
| subroutine | mod_gimli::analytics_log |
| |
| pure double precision function | mod_gimli::magnetic (w_vec, w_size) |
| |
| subroutine | mod_gimli::get_minmax_temperature (tmax, tmin) |
| |
| subroutine | mod_gimli::get_max_velocity (vmax) |
| |
| subroutine | mod_gimli::get_max_b (b1max, b2max, b3max) |
| |
|
| integer, parameter | mod_gimli::dp = real64 |
| |
| integer | mod_gimli::idirmin0 |
| |
| integer | mod_gimli::idirmin |
| |
| complex(dp), parameter | mod_gimli::ic = (0.0d0, 1.0d0) |
| |
| integer | mod_gimli::ef_gridpts |
| |
| real(dp) | mod_gimli::k2 |
| |
| real(dp) | mod_gimli::k3 |
| |
| integer | mod_gimli::mhd_bool |
| |
| real(dp), dimension(:), allocatable | mod_gimli::ef_grid |
| |
| complex(dp), dimension(:), allocatable | mod_gimli::rho |
| |
| complex(dp), dimension(:), allocatable | mod_gimli::v1 |
| |
| complex(dp), dimension(:), allocatable | mod_gimli::v2 |
| |
| complex(dp), dimension(:), allocatable | mod_gimli::v3 |
| |
| complex(dp), dimension(:), allocatable | mod_gimli::p |
| |
| complex(dp), dimension(:), allocatable | mod_gimli::b1 |
| |
| complex(dp), dimension(:), allocatable | mod_gimli::b2 |
| |
| complex(dp), dimension(:), allocatable | mod_gimli::b3 |
| |
| integer | mod_gimli::rho_idx |
| |
| integer | mod_gimli::p_idx |
| |
| integer, dimension(:), allocatable | mod_gimli::mom_idx |
| |
| integer, dimension(:), allocatable | mod_gimli::mag_idx |
| |