Neko  0.8.1
A portable framework for high-order spectral element flow simulations
entity Module Reference

Data Types

type  entity_t
 Base type for an entity. More...
 

Functions/Subroutines

pure integer function entity_id (this)
 Return the index of an entity. More...
 
subroutine entity_set_id (this, id)
 Update the index of an entity. More...
 

Function/Subroutine Documentation

◆ entity_id()

pure integer function entity::entity_id ( class(entity_t), intent(in)  this)

Return the index of an entity.

Definition at line 48 of file entity.f90.

◆ entity_set_id()

subroutine entity::entity_set_id ( class(entity_t), intent(inout)  this,
integer, intent(in)  id 
)
private

Update the index of an entity.

Definition at line 55 of file entity.f90.