Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Mixed integer ( \( x, y \)) double precision ( \( z \)) 3-tuple. More...
Public Member Functions | |
procedure, pass(this) | assign_tuple (this, other) |
Assign a mixed integer-double precision 3-tuple to a tuple. | |
procedure, pass(this) | assign_vector (this, x) |
Assign a mixed intreger-double precision vector to a tuple. | |
procedure, pass(this) | equal (this, other) |
Check if two mixed integer-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 | |
integer | x |
integer | y |
real(kind=dp) | z |