Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_p_set_values_matrix_abstract Interface Reference

Private Member Functions

subroutine sll_p_set_values_matrix_abstract (self, i_row, i_col, arr_x)
 

Detailed Description

Definition at line 58 of file sll_m_matrix_abstract.F90.

Constructor & Destructor Documentation

◆ sll_p_set_values_matrix_abstract()

subroutine sll_p_set_values_matrix_abstract ( class(sll_t_matrix_abstract), intent(inout)  self,
integer(kind=i32), intent(in)  i_row,
integer(kind=i32), intent(in)  i_col,
real(kind=f64), dimension(:), intent(in)  arr_x 
)
private

Definition at line 58 of file sll_m_matrix_abstract.F90.

    Report Typos and Errors