Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
entity::entity_t Type Reference

Base type for an entity. More...

Inheritance diagram for entity::entity_t:

Public Member Functions

procedure, pass(thisid (this)
 Return the index of an entity.
 
procedure, pass(thisset_id (this, id)
 Update the index of an entity.
 

Private Attributes

integer, private id_ = -1
 Entity index.
 

Detailed Description

Definition at line 38 of file entity.f90.

Member Function/Subroutine Documentation

◆ id()

procedure, pass(this) entity::entity_t::id ( class(entity_t), intent(in this)

Definition at line 41 of file entity.f90.

◆ set_id()

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.

Member Data Documentation

◆ id_

integer, private entity::entity_t::id_ = -1
private

Definition at line 39 of file entity.f90.


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