Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
tuple::tuple_t Type Referenceabstract

Base type for an n-tuple. More...

Inheritance diagram for tuple::tuple_t:

Public Member Functions

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)
 

Detailed Description

Definition at line 41 of file tuple.f90.

Member Function/Subroutine Documentation

◆ assign_tuple()

procedure(tuple_assign_tuple), deferred, pass tuple::tuple_t::assign_tuple ( class(tuple_t), intent(inout this,
class(tuple_t), intent(in other 
)
pure virtual

Definition at line 43 of file tuple.f90.

◆ assign_vector()

procedure(tuple_assign_vector), deferred, pass tuple::tuple_t::assign_vector ( class(tuple_t), intent(inout this,
class(*), dimension(:), intent(in x 
)
pure virtual

Definition at line 44 of file tuple.f90.

◆ assignment() [1/2]

generic tuple::tuple_t::assignment ( class(tuple_t), intent(inout this,
class(tuple_t), intent(in other 
)

Definition at line 47 of file tuple.f90.

◆ assignment() [2/2]

generic tuple::tuple_t::assignment ( class(tuple_t), intent(inout this,
class(*), dimension(:), intent(in x 
)

Definition at line 47 of file tuple.f90.

◆ equal()

procedure(tuple_equal), deferred, pass tuple::tuple_t::equal ( class(tuple_t), intent(in this,
class(tuple_t), intent(in other 
)
pure virtual

Definition at line 45 of file tuple.f90.

◆ operator()

generic tuple::tuple_t::operator ( class(tuple_t), intent(in this,
class(tuple_t), intent(in other 
)

Definition at line 46 of file tuple.f90.


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