Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
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.
 
subroutine entity_set_id (this, id)
 Update the index of an entity.
 

Function/Subroutine Documentation

◆ entity_id()

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

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

Definition at line 55 of file entity.f90.