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

Mixed integer ( \( x \)) double precision ( \( y \)) 2-tuple \((x, y)\). More...

Inheritance diagram for tuple::tuple_i4r8_t:
Collaboration diagram for tuple::tuple_i4r8_t:

Public Member Functions

procedure, pass(this) assign_tuple => tuple_i4r8_assign_tuple
 
procedure, pass(this) assign_vector => tuple_i4r8_assign_vector
 
procedure, pass(this) equal => tuple_i4r8_equal
 
generic operator => equal
 
generic assignment => assign_tuple, assign_vector
 

Public Attributes

integer x
 
real(kind=dp) y
 

Detailed Description

Mixed integer ( \( x \)) double precision ( \( y \)) 2-tuple \((x, y)\).

Definition at line 87 of file tuple.f90.

Member Function/Subroutine Documentation

◆ assign_tuple()

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

Definition at line 91 of file tuple.f90.

◆ assign_vector()

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

Definition at line 92 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_i4r8_t::equal

Definition at line 93 of file tuple.f90.

◆ operator()

generic tuple::tuple_t::operator
inherited

Definition at line 46 of file tuple.f90.

Member Data Documentation

◆ x

integer tuple::tuple_i4r8_t::x

Definition at line 88 of file tuple.f90.

◆ y

real(kind=dp) tuple::tuple_i4r8_t::y

Definition at line 89 of file tuple.f90.


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