Eötvös Quantum Utilities  v4.9.146
Providing the Horsepowers in the Quantum Realm
List of all members | Public Member Functions
equus_c::assocelement Interface Reference

Public Member Functions

subroutine associntelement (eq_element, elementname, value)
 
subroutine associntmatrixelement (eq_element, elementname, value)
 
subroutine associntvectorelement (eq_element, elementname, value)
 
subroutine assoclogicalelement (eq_element, elementname, value)
 
subroutine assocrealelement (eq_element, elementname, value)
 
subroutine assocrealmatrixelement (eq_element, elementname, value)
 
subroutine assocrealvectorelement (eq_element, elementname, value)
 
subroutine assocstringelement (eq_element, elementname, value)
 
subroutine assocstringelement2 (eq_element, elementname, value)
 
subroutine assocstructelement (eq_element, elementname, value)
 

Detailed Description

Definition at line 56 of file EQuUs_C.f90.

Member Function/Subroutine Documentation

◆ associntelement()

subroutine equus_c::assocelement::associntelement ( type(eqelement eq_element,
character(len=*)  elementname,
integer  value 
)

Definition at line 395 of file EQuUs_C.f90.

◆ associntmatrixelement()

subroutine equus_c::assocelement::associntmatrixelement ( type(eqelement eq_element,
character(len=*)  elementname,
integer, dimension(:,:), pointer  value 
)

Definition at line 526 of file EQuUs_C.f90.

◆ associntvectorelement()

subroutine equus_c::assocelement::associntvectorelement ( type(eqelement eq_element,
character(len=*)  elementname,
integer, dimension(:), pointer  value 
)

Definition at line 486 of file EQuUs_C.f90.

◆ assoclogicalelement()

subroutine equus_c::assocelement::assoclogicalelement ( type(eqelement eq_element,
character(len=*)  elementname,
logical  value 
)

Definition at line 349 of file EQuUs_C.f90.

◆ assocrealelement()

subroutine equus_c::assocelement::assocrealelement ( type(eqelement eq_element,
character(len=*)  elementname,
real(dp value 
)

Definition at line 438 of file EQuUs_C.f90.

◆ assocrealmatrixelement()

subroutine equus_c::assocelement::assocrealmatrixelement ( type(eqelement eq_element,
character(len=*)  elementname,
real(dp), dimension(:,:), pointer  value 
)

Definition at line 610 of file EQuUs_C.f90.

◆ assocrealvectorelement()

subroutine equus_c::assocelement::assocrealvectorelement ( type(eqelement eq_element,
character(len=*)  elementname,
real(dp), dimension(:), pointer  value 
)

Definition at line 565 of file EQuUs_C.f90.

◆ assocstringelement()

subroutine equus_c::assocelement::assocstringelement ( type(eqelement eq_element,
character(len=*)  elementname,
character(len=*), dimension(:), pointer  value 
)

Definition at line 256 of file EQuUs_C.f90.

◆ assocstringelement2()

subroutine equus_c::assocelement::assocstringelement2 ( type(eqelement eq_element,
character(len=*)  elementname,
character(len=*)  value 
)

Definition at line 303 of file EQuUs_C.f90.

◆ assocstructelement()

subroutine equus_c::assocelement::assocstructelement ( type(eqelement eq_element,
character(len=*)  elementname,
type(eqstruct value 
)

Definition at line 218 of file EQuUs_C.f90.


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