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

Derived types and interfaces

type  sll_t_linear_operator_mg_cl
 

Functions/Subroutines

subroutine create_linear_operator_mg_cl (self, mass, n_dofs, delta_x, s_deg_0)
 
subroutine free_mg_cl (self)
 
subroutine dot_mg_cl (self, x, y)
 
subroutine print_info_mg_cl (self)
 

Function/Subroutine Documentation

◆ create_linear_operator_mg_cl()

subroutine sll_m_linear_operator_mg_cl::create_linear_operator_mg_cl ( class(sll_t_linear_operator_mg_cl), 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,
integer(kind=i32), dimension(3)  s_deg_0 
)
private
Parameters
[in,out]selfLinear operator object
massblock mass matrix
n_dofsnumber of degrees of freedom
delta_xcell size
s_deg_0spline degree 0-forms

Definition at line 38 of file sll_m_linear_operator_MG_cl.F90.

◆ dot_mg_cl()

subroutine sll_m_linear_operator_mg_cl::dot_mg_cl ( class(sll_t_linear_operator_mg_cl), 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 67 of file sll_m_linear_operator_MG_cl.F90.

Here is the call graph for this function:

◆ free_mg_cl()

subroutine sll_m_linear_operator_mg_cl::free_mg_cl ( class(sll_t_linear_operator_mg_cl), intent(inout)  self)
private
Parameters
[in,out]selfLinear operator object

Definition at line 60 of file sll_m_linear_operator_MG_cl.F90.

◆ print_info_mg_cl()

subroutine sll_m_linear_operator_mg_cl::print_info_mg_cl ( class(sll_t_linear_operator_mg_cl), intent(in)  self)
private
Parameters
[in]selfLinear operator object

Definition at line 79 of file sll_m_linear_operator_MG_cl.F90.

    Report Typos and Errors