Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_maxwell_3d_trafo_parallel.F90 File Reference

Go to the source code of this file.

Data Types

type  sll_t_maxwell_3d_trafo_parallel
 

Modules

module  sll_m_maxwell_3d_trafo_parallel
 Module interface to solve Maxwell's equations with coordinate transformation in 3D The linear systems are solved using PLAF.
 

Functions/Subroutines

subroutine init_3d_trafo_parallel (self, domain, n_dofs, s_deg_0, map, mass_tolerance, poisson_tolerance, solver_tolerance, adiabatic_electrons, profile)
 
function profile_m0 (x, component)
 
function profile_0 (x, component)
 
function profile_1 (x, component)
 
function profile_2 (x, component)
 
function profile_m1 (x, component)
 
function profile_m2 (x, component)
 
subroutine sll_s_compute_mpi_decomposition (mpi_rank, mpi_total, n_cells, begin, limit)
 

Function/Subroutine Documentation

◆ profile_0()

function init_3d_trafo_parallel::profile_0 ( dimension(3), intent(in)  x,
dimension(:), intent(in)  component 
)
private

Definition at line 324 of file sll_m_maxwell_3d_trafo_parallel.F90.

Here is the call graph for this function:

◆ profile_1()

function init_3d_trafo_parallel::profile_1 ( dimension(3), intent(in)  x,
dimension(:), intent(in)  component 
)
private

Definition at line 333 of file sll_m_maxwell_3d_trafo_parallel.F90.

Here is the call graph for this function:

◆ profile_2()

function init_3d_trafo_parallel::profile_2 ( dimension(3), intent(in)  x,
dimension(:), intent(in)  component 
)
private

Definition at line 342 of file sll_m_maxwell_3d_trafo_parallel.F90.

Here is the call graph for this function:

◆ profile_m0()

function init_3d_trafo_parallel::profile_m0 ( dimension(3), intent(in)  x,
dimension(:), intent(in)  component 
)
private

Definition at line 315 of file sll_m_maxwell_3d_trafo_parallel.F90.

Here is the call graph for this function:

◆ profile_m1()

function init_3d_trafo_parallel::profile_m1 ( dimension(3), intent(in)  x,
dimension(:), intent(in)  component 
)
private

Definition at line 351 of file sll_m_maxwell_3d_trafo_parallel.F90.

Here is the call graph for this function:

◆ profile_m2()

function init_3d_trafo_parallel::profile_m2 ( dimension(3), intent(in)  x,
dimension(:), intent(in)  component 
)
private

Definition at line 360 of file sll_m_maxwell_3d_trafo_parallel.F90.

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