Neko  0.8.99
A portable framework for high-order spectral element flow simulations
tuple::tuple_i4_t Type Reference

Integer based 2-tuple. More...

Inheritance diagram for tuple::tuple_i4_t:
Collaboration diagram for tuple::tuple_i4_t:

Public Member Functions

procedure, pass(this) assign_tuple => tuple_i4_assign_tuple
 
procedure, pass(this) assign_vector => tuple_i4_assign_vector
 
procedure, pass(this) equal => tuple_i4_equal
 
generic operator => equal
 
generic assignment => assign_tuple, assign_vector
 

Public Attributes

integer, dimension(2) x = (/0, 0/)
 

Detailed Description

Definition at line 51 of file tuple.f90.

Member Function/Subroutine Documentation

◆ assign_tuple()

procedure, pass(this) tuple::tuple_i4_t::assign_tuple

Definition at line 54 of file tuple.f90.

◆ assign_vector()

procedure, pass(this) tuple::tuple_i4_t::assign_vector

Definition at line 55 of file tuple.f90.

◆ assignment()

generic tuple::tuple_t::assignment
inherited

Definition at line 47 of file tuple.f90.

◆ equal()

procedure, pass(this) tuple::tuple_i4_t::equal

Definition at line 56 of file tuple.f90.

◆ operator()

generic tuple::tuple_t::operator
inherited

Definition at line 46 of file tuple.f90.

Member Data Documentation

◆ x

integer, dimension(2) tuple::tuple_i4_t::x = (/0, 0/)

Definition at line 52 of file tuple.f90.


The documentation for this type was generated from the following file: