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

z += x More...

Private Member Functions

subroutine i_incr (self, x)
 

Detailed Description

z += x

Increment the vector z ('self') by the vector x. Usage:

z%incr(x)
Parameters
[in,out]selfResult vector z, caller
[in]xInput vector

Definition at line 95 of file sll_m_vector_space_base.F90.

Constructor & Destructor Documentation

◆ i_incr()

subroutine i_incr ( class(sll_c_vector_space), intent(inout)  self,
class(sll_c_vector_space), intent(in)  x 
)
private

Definition at line 95 of file sll_m_vector_space_base.F90.

    Report Typos and Errors