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

Derived types and interfaces

type  sll_t_linear_operator_poisson_clamped_3d
 

Functions/Subroutines

subroutine create_linear_operator_poisson_clamped_3d (self, mass, s_deg_0, n_dofs, delta_x)
 
subroutine free_poisson_clamped_3d (self)
 
subroutine dot_poisson_clamped_3d (self, x, y)
 
subroutine print_info_poisson_clamped_3d (self)
 

Function/Subroutine Documentation

◆ create_linear_operator_poisson_clamped_3d()

subroutine sll_m_linear_operator_poisson_clamped_3d::create_linear_operator_poisson_clamped_3d ( class(sll_t_linear_operator_poisson_clamped_3d), intent(inout)  self,
type(sll_t_linear_operator_block), target  mass,
integer(kind=i32), dimension(3), intent(in)  s_deg_0,
integer(kind=i32), dimension(3), intent(in)  n_dofs,
real(kind=f64), dimension(3), intent(in)  delta_x 
)
private
Parameters
[in,out]selfLinear operator object
massblock mass matrix
[in]s_deg_0spline degree 0-forms
[in]n_dofsnumber of degrees of freedom
[in]delta_xcell size

Definition at line 40 of file sll_m_linear_operator_poisson_clamped_3d.F90.

◆ dot_poisson_clamped_3d()

subroutine sll_m_linear_operator_poisson_clamped_3d::dot_poisson_clamped_3d ( class(sll_t_linear_operator_poisson_clamped_3d), 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 69 of file sll_m_linear_operator_poisson_clamped_3d.F90.

Here is the call graph for this function:

◆ free_poisson_clamped_3d()

subroutine sll_m_linear_operator_poisson_clamped_3d::free_poisson_clamped_3d ( class(sll_t_linear_operator_poisson_clamped_3d), intent(inout)  self)
private
Parameters
[in,out]selfLinear operator object

Definition at line 62 of file sll_m_linear_operator_poisson_clamped_3d.F90.

◆ print_info_poisson_clamped_3d()

subroutine sll_m_linear_operator_poisson_clamped_3d::print_info_poisson_clamped_3d ( class(sll_t_linear_operator_poisson_clamped_3d), intent(in)  self)
private
Parameters
[in]selfLinear operator object

Definition at line 83 of file sll_m_linear_operator_poisson_clamped_3d.F90.

    Report Typos and Errors