Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Go to the source code of this file.
Data Types | |
type | sll_c_maxwell_1d_base |
interface | empty |
interface | norm_squared |
interface | signature_mass |
interface | signature_inner_product |
interface | sll_i_function_1d_real64 |
1d real function More... | |
interface | update_dofs_function |
interface | compute_field1_from_field2 |
interface | signature_compute_field_from_field |
interface | signature_compute_E_from_j_1d |
interface | signature_compute_phi_from_field |
interface | multiply_derivative |
Modules | |
module | sll_m_maxwell_1d_base |
Module interface to solve Maxwell's equations in 1D. | |
Functions/Subroutines | |
subroutine, public | sll_s_plot_two_fields_1d (fname, n1, f1, f2, iplot, time) |
write files to visualize 1d fields with gnuplot More... | |
subroutine | transform_dofs (self, in, out, degree) |
Transformation of the dofs (identity by default) More... | |
subroutine | compute_curl_part (self, delta_t, efield, bfield, betar) |
Solve source-free Maxwell's equations: Default implementation by solving first B_from_E then E_from_B. More... | |