Octopus
algorithm_oct_m::algorithmic_operation_t Type Reference

Descriptor of one algorithmic operation. More...

Detailed Description

Descriptor of one algorithmic operation.

Algorithms are a sequence of operations. Those operations are identified by a string identifier that can be used in select case statements.

Definition at line 130 of file algorithm.F90.

Private Attributes

character(len=algo_label_lenid
 Operation identifier. We use a string instead of an integer to minimize the chance of having duplicated identifiers. More...
 
character(len=algo_label_lenlabel
 Label describing what the code is doing when performing this operation. More...
 

Member Data Documentation

◆ id

character(len=algo_label_len) algorithm_oct_m::algorithmic_operation_t::id
private

Operation identifier. We use a string instead of an integer to minimize the chance of having duplicated identifiers.

Definition at line 131 of file algorithm.F90.

◆ label

character(len=algo_label_len) algorithm_oct_m::algorithmic_operation_t::label
private

Label describing what the code is doing when performing this operation.

Definition at line 133 of file algorithm.F90.


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