hvs_vtk_config_load Subroutine

public subroutine hvs_vtk_config_load(me, conf, thandle)

Read the VTK output configuration from a Lua script.

Arguments

TypeIntentOptionalAttributesName
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.


Calls

proc~~hvs_vtk_config_load~2~~CallsGraph proc~hvs_vtk_config_load~2 hvs_vtk_config_load proc~tem_abort tem_abort proc~hvs_vtk_config_load~2->proc~tem_abort mpi_abort mpi_abort proc~tem_abort->mpi_abort

Contents

None