Read the VTK output configuration from a Lua script.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hvs_vtk_config_type), | intent(out) | :: | me |
The VTK configuration settings to fill. |
||
type(flu_State) | :: | conf |
Handle of the Lua script to load the configuration from. |
|||
integer, | intent(in) | :: | thandle |
Table handle to the table providing the VTK settings. |
subroutine hvs_vtk_config_load(me, conf, thandle) !> The VTK configuration settings to fill. type(hvs_vtk_config_type), intent(out) :: me !> Handle of the Lua script to load the configuration from. type(flu_state) :: conf !> Table handle to the table providing the VTK settings. integer, intent(in) :: thandle ! ----------------------------------------------------------------------! write(logUnit(0),*) 'Using dummy hvs_vtk_config_load because' write(logUnit(0),*) 'Executable is configured with --no_vtk' call tem_abort() end subroutine hvs_vtk_config_load