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

Public Member Functions | |
| subroutine | Multispecies_setProperty (name, property, value) |
| subroutine | Multispecies_setIntegerProperty (name, property, value) |
| subroutine | Multispecies_setStringProperty (name, property, value) |
| subroutine | Multispecies_setRealArrProperty (name, property, value) |
| subroutine | Multispecies_setIntArrProperty (name, property, value) |
Definition at line 19 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_setProperty::Multispecies_setProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| real, intent(in) | value | ||
| ) |
Definition at line 20 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_setProperty::Multispecies_setIntArrProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| integer, dimension(:), intent(in) | value | ||
| ) |
Definition at line 38 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_setProperty::Multispecies_setIntegerProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| integer, intent(in) | value | ||
| ) |
Definition at line 24 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_setProperty::Multispecies_setRealArrProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| real, dimension(:), intent(in) | value | ||
| ) |
Definition at line 33 of file Multispecies_interface.F90.
| subroutine Multispecies_interface::Multispecies_setProperty::Multispecies_setStringProperty | ( | integer, intent(in) | name, |
| integer, intent(in) | property, | ||
| character(len=*), intent(in) | value | ||
| ) |
Definition at line 28 of file Multispecies_interface.F90.