Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Integer based 2-tuple. More...
Public Member Functions | |
procedure, pass(this) | assign_tuple (this, other) |
Assign an integer 2-tuple to a tuple. | |
procedure, pass(this) | assign_vector (this, x) |
Assign an integer vector to a tuple. | |
procedure, pass(this) | equal (this, other) |
Check if two integer based tuples are equal. | |
procedure(tuple_assign_tuple), deferred, pass | assign_tuple (this, other) |
procedure(tuple_assign_vector), deferred, pass | assign_vector (this, x) |
procedure(tuple_equal), deferred, pass | equal (this, other) |
generic | operator (this, other) |
generic | assignment (this, other) |
generic | assignment (this, x) |
Public Attributes | |
integer, dimension(2) | x = (/0, 0/) |