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_solve_real_linear_solver_abstract Interface Reference

Private Member Functions

subroutine sll_p_solve_real_linear_solver_abstract (self, rhs, unknown)
 

Detailed Description

Definition at line 60 of file sll_m_linear_solver_abstract.F90.

Constructor & Destructor Documentation

◆ sll_p_solve_real_linear_solver_abstract()

subroutine sll_p_solve_real_linear_solver_abstract ( class(sll_t_linear_solver_abstract), intent(inout)  self,
real(kind=f64), dimension(:), intent(in)  rhs,
real(kind=f64), dimension(:), intent(out)  unknown 
)
private

Definition at line 60 of file sll_m_linear_solver_abstract.F90.

    Report Typos and Errors