Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
port_real64 Type Reference
Collaboration diagram for port_real64:

Private Attributes

type(buffer_real64), dimension(:), pointer buffer
 
integer(kind=i32) bit = 0
 
integer(kind=i32) other_rank = -1
 
integer(kind=i32) other_port = 0
 

Detailed Description

Definition at line 108 of file sll_m_point_to_point_comms.F90.

Member Data Documentation

◆ bit

integer(kind=i32) bit = 0
private

Definition at line 113 of file sll_m_point_to_point_comms.F90.

◆ buffer

type(buffer_real64), dimension(:), pointer buffer
private

Definition at line 109 of file sll_m_point_to_point_comms.F90.

◆ other_port

integer(kind=i32) other_port = 0
private

Definition at line 115 of file sll_m_point_to_point_comms.F90.

◆ other_rank

integer(kind=i32) other_rank = -1
private

Definition at line 114 of file sll_m_point_to_point_comms.F90.

    Report Typos and Errors