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_o_solve Interface Reference

Solve maxwell solver 2d with FDTD scheme. More...

Private Member Functions

subroutine solve_maxwell_2d_fdtd (self, fx, fy, fz, dt)
 self routine exists only for testing purpose. Use ampere and faraday in your appication. More...
 

Detailed Description

Solve maxwell solver 2d with FDTD scheme.

Definition at line 61 of file sll_m_maxwell_2d_fdtd.F90.

Member Function/Subroutine Documentation

◆ solve_maxwell_2d_fdtd()

subroutine solve_maxwell_2d_fdtd ( type(sll_t_maxwell_2d_fdtd self,
real(kind=f64), dimension(:, :)  fx,
real(kind=f64), dimension(:, :)  fy,
real(kind=f64), dimension(:, :)  fz,
real(kind=f64), intent(in)  dt 
)
private

self routine exists only for testing purpose. Use ampere and faraday in your appication.

Parameters
selfmaxwell object
fxEx or Bx
fyEy or By
fzBz or Ez
[in]dttime step

Definition at line 154 of file sll_m_maxwell_2d_fdtd.F90.

Here is the call graph for this function:
    Report Typos and Errors