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

Derived types and interfaces

type  sll_t_linear_operator_schur_eb_1d
 

Functions/Subroutines

subroutine create_linear_operator_schur_eb_1d (self, mass0, mass1, n_dofs, delta_x)
 
subroutine free_schur_eb_1d (self)
 
subroutine dot_schur_eb_1d (self, x, y)
 
subroutine print_info_schur_eb_1d (self)
 

Function/Subroutine Documentation

◆ create_linear_operator_schur_eb_1d()

subroutine sll_m_linear_operator_schur_eb_1d::create_linear_operator_schur_eb_1d ( class(sll_t_linear_operator_schur_eb_1d), intent(inout)  self,
type(sll_t_matrix_csr), target  mass0,
type(sll_t_matrix_csr), target  mass1,
integer(kind=i32)  n_dofs,
real(kind=f64)  delta_x 
)
private
Parameters
[in,out]selfLinear operator object
mass0spline mass matrix for 0-form
mass1spline mass matrix for 1-form
n_dofsnumber of degrees of freedom
delta_xcell size

Definition at line 37 of file sll_m_linear_operator_schur_eb_1d.F90.

◆ dot_schur_eb_1d()

subroutine sll_m_linear_operator_schur_eb_1d::dot_schur_eb_1d ( class(sll_t_linear_operator_schur_eb_1d), 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 66 of file sll_m_linear_operator_schur_eb_1d.F90.

Here is the call graph for this function:

◆ free_schur_eb_1d()

subroutine sll_m_linear_operator_schur_eb_1d::free_schur_eb_1d ( class(sll_t_linear_operator_schur_eb_1d), intent(inout)  self)
private
Parameters
[in,out]selfLinear operator object

Definition at line 57 of file sll_m_linear_operator_schur_eb_1d.F90.

◆ print_info_schur_eb_1d()

subroutine sll_m_linear_operator_schur_eb_1d::print_info_schur_eb_1d ( class(sll_t_linear_operator_schur_eb_1d), intent(in)  self)
private
Parameters
[in]selfLinear operator object

Definition at line 91 of file sll_m_linear_operator_schur_eb_1d.F90.

    Report Typos and Errors