VTK_VAR_XML_LIST_I2 Function

private function VTK_VAR_XML_LIST_I2(NC_NN, N_COL, varname, var) result(E_IO)

Function for saving list variable (I2P).

Arguments

Type IntentOptional AttributesName
integer(kind=I4P), intent(in) :: NC_NN
integer(kind=I4P), intent(in) :: N_COL
character(len=*), intent(in) :: varname
integer(kind=I2P), intent(in) :: var(1:NC_NN,1:N_COL)

Return Value integer(kind=I4P)


Calls

proc~~vtk_var_xml_list_i2~~CallsGraph proc~vtk_var_xml_list_i2 VTK_VAR_XML_LIST_I2 interface~str str proc~vtk_var_xml_list_i2->interface~str proc~str_i8p str_I8P interface~str->proc~str_i8p proc~str_r8p str_R8P interface~str->proc~str_r8p proc~str_i1p str_I1P interface~str->proc~str_i1p proc~str_i4p str_I4P interface~str->proc~str_i4p proc~str_r16p str_R16P interface~str->proc~str_r16p proc~str_i2p str_I2P interface~str->proc~str_i2p proc~str_r4p str_R4P interface~str->proc~str_r4p

Called by

proc~~vtk_var_xml_list_i2~~CalledByGraph proc~vtk_var_xml_list_i2 VTK_VAR_XML_LIST_I2 interface~vtk_var_xml VTK_VAR_XML interface~vtk_var_xml->proc~vtk_var_xml_list_i2

Contents

None