version 0.6.0
type_initializer::t_vector_initializer_shaped_instructions Type Reference
+ Inheritance diagram for type_initializer::t_vector_initializer_shaped_instructions:

Public Member Functions

procedure get_vector => shaped_instructions_get_vector
 Evaluate the initializer at a point to get a vector value.
 
procedure get_vector_component => shaped_instructions_get_vector_component
 Evaluate the initializer at a point to get a given component of a vector value.
 
final finalize_vector_shaped_instructions
 Finalization.
 
- Public Member Functions inherited from type_initializer::t_vector_initializer_instructions
procedure get_vector => instructions_get_vector
 Evaluate the initializer at a point to get a vector value.
 
procedure get_vector_component => instructions_get_vector_component
 Evaluate the initializer at a point to get a given component of a vector value.
 
final finalize_vector_instructions
 Finalization.
 
- Public Member Functions inherited from type_initializer::t_vector_initializer
procedure(vector_initializer_get_vector), deferred get_vector
 Evaluate the initializer at a point to get a vector value.
 
procedure(vector_initializer_get_vector_component), deferred get_vector_component
 Evaluate the initializer at a point to get a given component of a vector value.
 

Public Attributes

class(t_shape), allocatable shape
 Shape that contains vector instructions.
 
- Public Attributes inherited from type_initializer::t_vector_initializer_instructions
type(t_instructions), pointer instruction => null()
 Vector instructions.
 
- Public Attributes inherited from type_initializer::t_vector_initializer
class(t_vector_initializer), pointer next => null()
 Next vector initializer of the linked list.
 
logical is_time_varying = .false.
 Flag to enable time-dependency.
 

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