![]() |
FLASH-X
Doxygen Generated Documentation From Interface Source Code
|

Public Member Functions | |
| subroutine | Multispecies_getProperty (name, property, value) |
| subroutine | Multispecies_getIntegerProperty (name, property, value) |
| subroutine | Multispecies_getStringProperty (name, property, value) |
| subroutine | Multispecies_getRealArrProperty (name, property, value) |
| subroutine | Multispecies_getIntArrProperty (name, property, value) |
Definition at line 92 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_getProperty::Multispecies_getProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| real, intent(out) | value | ||
| ) |
Definition at line 93 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_getProperty::Multispecies_getIntArrProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| integer, dimension(:), intent(out) | value | ||
| ) |
Definition at line 111 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_getProperty::Multispecies_getIntegerProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| integer, intent(out) | value | ||
| ) |
Definition at line 97 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_getProperty::Multispecies_getRealArrProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| real, dimension(:), intent(out) | value | ||
| ) |
Definition at line 106 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_getProperty::Multispecies_getStringProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| character(len=*), intent(out) | value | ||
| ) |
Definition at line 101 of file Multispecies_interface.F90.