Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_preconditioner_fft Module Reference

Description

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

Author
Benedikt Perse

Derived types and interfaces

type  sll_t_preconditioner_fft
 

Functions/Subroutines

subroutine init_3d_trafo (self, Lx, n_cells, s_deg_0, clamped)
 
subroutine free_3d_trafo (self)
 

Function/Subroutine Documentation

◆ free_3d_trafo()

subroutine sll_m_preconditioner_fft::free_3d_trafo ( class(sll_t_preconditioner_fft self)
private
Parameters
selffft preconditioner

Definition at line 166 of file sll_m_preconditioner_fft.F90.

◆ init_3d_trafo()

subroutine sll_m_preconditioner_fft::init_3d_trafo ( class(sll_t_preconditioner_fft), intent(inout)  self,
dimension(3), intent(in)  Lx,
dimension(3), intent(in)  n_cells,
dimension(3), intent(in)  s_deg_0,
logical, optional  clamped 
)
private
Parameters
[in,out]selffft preconditioner
clampedlogical for clamped boundary conditions

Definition at line 65 of file sll_m_preconditioner_fft.F90.

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