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

z = x More...

Private Member Functions

subroutine i_copy (self, x)
 

Detailed Description

z = x

Copy contents of input array x into array z ('self'). Usage:

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

Definition at line 80 of file sll_m_vector_space_base.F90.

Constructor & Destructor Documentation

◆ i_copy()

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

Definition at line 80 of file sll_m_vector_space_base.F90.

    Report Typos and Errors