Skip to content

Commit ec00853

Browse files
nodal_nonhistorical_results as default
1 parent b23e7ef commit ec00853

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

kratos.gid/scripts/Writing/WriteProjectParameters.tcl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)