Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_solve_ampere Interface Reference

Solve Ampere-Maxwell equation. More...

Private Member Functions

subroutine ampere_2d_fdtd (self, fx, fy, fz, dt, jx, jy)
 Solve ampere-maxwell equation with FDTD scheme. More...
 

Detailed Description

Solve Ampere-Maxwell equation.

Definition at line 65 of file sll_m_maxwell_2d_fdtd.F90.

Member Function/Subroutine Documentation

◆ ampere_2d_fdtd()

subroutine ampere_2d_fdtd ( type(sll_t_maxwell_2d_fdtd self,
real(kind=f64), dimension(:, :), intent(inout), target  fx,
real(kind=f64), dimension(:, :), intent(inout), target  fy,
real(kind=f64), dimension(:, :), intent(inout), target  fz,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:, :), intent(in), optional  jx,
real(kind=f64), dimension(:, :), intent(in), optional  jy 
)
private

Solve ampere-maxwell equation with FDTD scheme.

Parameters
selfMaxwell object
[in,out]fxEx or Bx
[in,out]fyEy or By
[in,out]fzBz or Ez
[in]jxJx current
[in]jyJy current
[in]dttime step

Definition at line 241 of file sll_m_maxwell_2d_fdtd.F90.

    Report Typos and Errors