File tree Expand file tree Collapse file tree
kratos.gid/scripts/Writing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -461,6 +461,7 @@ proc write::GetDefaultOutputGiDDict { {appid ""} {gid_options_xpath ""} } {
461461 dict set resultDict nodal_results [GetResultsByXPathList $gid_nodes_xpath ]
462462 set gid_elements_xpath " [ spdAux::getRoute $results_UN ] /container\[ @n='OnElement'\] "
463463 dict set resultDict gauss_point_results [GetResultsByXPathList $gid_elements_xpath ]
464+ dict set resultDict nodal_nonhistorical_results [list ]
464465
465466 dict set outputDict " result_file_configuration" $resultDict
466467 dict set outputDict " point_data_configuration" [GetEmptyList]
@@ -501,9 +502,10 @@ proc write::GetDefaultParametersOutputVTKDict { {appid ""} } {
501502 dict set resultDict folder_name " vtk_output"
502503 dict set resultDict save_output_files_in_folder " true"
503504 dict set resultDict nodal_solution_step_data_variables [GetResultsList $results_UN OnNodes]
504- dict set resultDict nodal_data_value_variables []
505- dict set resultDict element_data_value_variables []
506- dict set resultDict condition_data_value_variables []
505+ dict set resultDict nodal_data_value_variables [list ]
506+ dict set resultDict nodal_nonhistorical_results [list ]
507+ dict set resultDict element_data_value_variables [list ]
508+ dict set resultDict condition_data_value_variables [list ]
507509 dict set resultDict gauss_point_variables_extrapolated_to_nodes [GetResultsList $results_UN OnElement]
508510
509511 return $resultDict
You can’t perform that action at this time.
0 commit comments