|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Double precision based 2-tuple. More...


Public Member Functions | |
| procedure, pass(this) | assign_tuple (this, other) |
| Assign a double precision 2-tuple to a tuple. | |
| procedure, pass(this) | assign_vector (this, x) |
| Assign a double precision vector to a tuple. | |
| procedure, pass(this) | equal (this, other) |
| Check if two double precision 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 | |
| real(kind=dp), dimension(2) | x = (/0d0, 0d0/) |