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_linear_operator_gtm Module Reference

Derived types and interfaces

type  sll_t_linear_operator_gtm
 

Functions/Subroutines

subroutine create_linear_operator_gtm (self, mass, n_dofs, delta_x)
 
subroutine free_gtm (self)
 
subroutine dot_gtm (self, x, y)
 
subroutine print_info_gtm (self)
 

Function/Subroutine Documentation

◆ create_linear_operator_gtm()

subroutine sll_m_linear_operator_gtm::create_linear_operator_gtm ( class(sll_t_linear_operator_gtm), intent(inout)  self,
type(sll_t_linear_operator_block), target  mass,
integer(kind=i32), dimension(3)  n_dofs,
real(kind=f64), dimension(3)  delta_x 
)
private
Parameters
[in,out]selfLinear operator object
massblock mass matrix
n_dofsnumber of degrees of freedom
delta_xcell size

Definition at line 37 of file sll_m_linear_operator_GTM.F90.

◆ dot_gtm()

subroutine sll_m_linear_operator_gtm::dot_gtm ( class(sll_t_linear_operator_gtm), intent(in)  self,
real(kind=f64), dimension(:), intent(in)  x,
real(kind=f64), dimension(:), intent(out)  y 
)
private
Parameters
[in]selfLinear operator object
[in]xInputvariable
[out]yOutputvariable

Definition at line 63 of file sll_m_linear_operator_GTM.F90.

Here is the call graph for this function:

◆ free_gtm()

subroutine sll_m_linear_operator_gtm::free_gtm ( class(sll_t_linear_operator_gtm), intent(inout)  self)
private
Parameters
[in,out]selfLinear operator object

Definition at line 56 of file sll_m_linear_operator_GTM.F90.

◆ print_info_gtm()

subroutine sll_m_linear_operator_gtm::print_info_gtm ( class(sll_t_linear_operator_gtm), intent(in)  self)
private
Parameters
[in]selfLinear operator object

Definition at line 75 of file sll_m_linear_operator_GTM.F90.

    Report Typos and Errors