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

Derived types and interfaces

type  sll_t_extraction_operator_12
 

Functions/Subroutines

subroutine create_extraction_operator_12 (self, n_dofs, conp, k, tau)
 
subroutine free_extraction_operator_12 (self)
 
subroutine dot_extraction_operator_12 (self, x, y)
 
subroutine print_info_extraction_operator_12 (self)
 

Function/Subroutine Documentation

◆ create_extraction_operator_12()

subroutine sll_m_extraction_operator_12::create_extraction_operator_12 ( class(sll_t_extraction_operator_12), intent(inout)  self,
integer(kind=i32), dimension(2), intent(in)  n_dofs,
real(kind=f64), dimension(:,:), intent(in)  conp,
integer(kind=i32), intent(in)  k,
real(kind=f64), intent(in)  tau 
)
private
Parameters
[in]n_dofsnumber of degrees of freedom
[in]conpdofs of discrete spline mapping
[in]kC^k smooth polar splines
[in]taudiameter parameter for first control points of discrete spline mapping

Definition at line 33 of file sll_m_extraction_operator_12.F90.

◆ dot_extraction_operator_12()

subroutine sll_m_extraction_operator_12::dot_extraction_operator_12 ( class(sll_t_extraction_operator_12), intent(in)  self,
real(kind=f64), dimension(:), intent(in)  x,
real(kind=f64), dimension(:), intent(out)  y 
)
private

Definition at line 69 of file sll_m_extraction_operator_12.F90.

◆ free_extraction_operator_12()

subroutine sll_m_extraction_operator_12::free_extraction_operator_12 ( class(sll_t_extraction_operator_12), intent(inout)  self)
private

Definition at line 63 of file sll_m_extraction_operator_12.F90.

◆ print_info_extraction_operator_12()

subroutine sll_m_extraction_operator_12::print_info_extraction_operator_12 ( class(sll_t_extraction_operator_12), intent(in)  self)
private

Definition at line 102 of file sll_m_extraction_operator_12.F90.

    Report Typos and Errors