plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(.of.)
Interface
MIT
3 statements
Source File
ArrayClass.f90
ArrayClass
operator(.of.)
Contents
Module Procedures
get_element_from_vector_by_idx_int32
get_element_from_vector_by_idx_real64
public interface operator(.of.)
Module Procedures
public function
get_element_from_vector_by_idx_int32
(idx, vec) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
idx
integer(kind=int32),
intent(in)
::
vec
(:)
Return Value
integer(kind=int32)
public function
get_element_from_vector_by_idx_real64
(idx, vec) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
idx
real(kind=real64),
intent(in)
::
vec
(:)
Return Value
real(kind=real64)