tem_varSys_out Interface

public interface tem_varSys_out

Calls

interface~~tem_varsys_out~2~~CallsGraph interface~tem_varsys_out~2 tem_varSys_out proc~tem_varsys_out_vector~2 tem_varSys_out_vector interface~tem_varsys_out~2->proc~tem_varsys_out_vector~2 proc~tem_varsys_out_single~2 tem_varSys_out_single interface~tem_varsys_out~2->proc~tem_varsys_out_single~2 proc~tem_varsys_out_vector~2->proc~tem_varsys_out_single~2 proc~aot_out_open_table aot_out_open_table proc~tem_varsys_out_vector~2->proc~aot_out_open_table proc~aot_out_close_table aot_out_close_table proc~tem_varsys_out_vector~2->proc~aot_out_close_table proc~tem_varsys_out_single~2->proc~aot_out_open_table proc~aot_out_val aot_out_val proc~tem_varsys_out_single~2->proc~aot_out_val proc~tem_varsys_out_single~2->proc~aot_out_close_table

Contents


Module Procedures

public subroutine tem_varSys_out_vector(me, conf, dumpVarPos)

Allows the output of array of varSys to lua out

Arguments

Type IntentOptional Attributes Name
type(tem_varSys_type), intent(in) :: me(:)

variable to write into the lua file

type(aot_out_type), intent(inout) :: conf

aotus type handling the output to the file in lua format

integer, intent(in), optional :: dumpVarPos(:)

Position of variables to dump

public subroutine tem_varSys_out_single(me, conf, dumpVarPos, level)

Write the system of variables description into a Lua file. use the aotus_out functions for doing so, in order to obtain a neatly formatted lua file

Arguments

Type IntentOptional Attributes Name
type(tem_varSys_type), intent(in) :: me

Variable system to write out

type(aot_out_type), intent(inout) :: conf

Aotus type handling the output to the file in lua format

integer, intent(in), optional :: dumpVarPos(:)

Position of variables to dump

integer, intent(in), optional :: level

to dump varSys with key or without key