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
Type | Intent | Optional | 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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | iVar | ||||
integer, | public | :: | nVarDump | ||||
integer, | public | :: | pos | ||||
integer, | public | :: | level_loc | ||||
integer, | public | :: | nScalars | ||||
integer, | public | :: | nStateVars | ||||
integer, | public, | allocatable | :: | dumpVarPos_loc(:) |