Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Base type for an entity. More...
Public Member Functions | |
procedure, pass(this) | id (this) |
Return the index of an entity. | |
procedure, pass(this) | set_id (this, id) |
Update the index of an entity. | |
Private Attributes | |
integer, private | id_ = -1 |
Entity index. | |
Definition at line 38 of file entity.f90.
Definition at line 41 of file entity.f90.
procedure, pass(this) entity::entity_t::set_id | ( | class(entity_t), intent(inout) | this, |
integer, intent(in) | id | ||
) |
Definition at line 42 of file entity.f90.
Definition at line 39 of file entity.f90.