Load definition of the scalar cylindrical wave.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State) | :: | conf |
lua state type |
|||
integer, | intent(in) | :: | thandle |
aotus parent handle |
||
type(tem_cylindricalWave_type), | intent(out) | :: | me |
subroutine tem_load_cylindricalWave(conf, thandle, me) ! --------------------------------------------------------------------------- !> lua state type type(flu_State) :: conf !> aotus parent handle integer, intent(in) :: thandle type(tem_cylindricalWave_type), intent(out) :: me ! --------------------------------------------------------------------------- integer :: iError ! --------------------------------------------------------------------------- write(logUnit(0),*)'ERROR: the cylindrical wave function is not available' & & // ' in this' write(logUnit(0),*)' executable, due to the compiler lacking ' & & // 'support of' write(logUnit(0),*)' Bessel functions!' call tem_abort() end subroutine tem_load_cylindricalWave