| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Integer based 4-tuple. More...


Public Member Functions | |
| procedure, pass(this) | assign_tuple (this, other) | 
| Assign an integer 4-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(4) | x = (/0, 0, 0, 0/) |