From 1c1927710ad8ad1e2c937b62c59f0e3399fe540f Mon Sep 17 00:00:00 2001 From: Amadeus Gebauer Date: Fri, 30 Jan 2026 17:35:32 +0100 Subject: [PATCH] Fix initial output of Gauss point data --- .../4C_structure_new_model_evaluator_structure.cpp | 3 ++- ...lid_runtime_gauss_point_quantity_output_result_test.4C.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structure_new/src/model_evaluator/4C_structure_new_model_evaluator_structure.cpp b/src/structure_new/src/model_evaluator/4C_structure_new_model_evaluator_structure.cpp index 54ea2aa523d..d8faac684fb 100644 --- a/src/structure_new/src/model_evaluator/4C_structure_new_model_evaluator_structure.cpp +++ b/src/structure_new/src/model_evaluator/4C_structure_new_model_evaluator_structure.cpp @@ -1102,7 +1102,8 @@ void Solid::ModelEvaluator::Structure::output_runtime_structure_gauss_point_data nullptr, nullptr, nullptr}; std::array, 2> eval_mat = {nullptr, nullptr}; - evaluate_internal(eval_mat.data(), eval_vec.data()); + evaluate_internal_specified_elements( + eval_mat.data(), eval_vec.data(), discret().element_row_map()); eval_data().gauss_point_data_output_manager_ptr()->post_evaluate(); } diff --git a/tests/input_files/solid_runtime_gauss_point_quantity_output_result_test.4C.yaml b/tests/input_files/solid_runtime_gauss_point_quantity_output_result_test.4C.yaml index 86070c6edff..25db36508c6 100644 --- a/tests/input_files/solid_runtime_gauss_point_quantity_output_result_test.4C.yaml +++ b/tests/input_files/solid_runtime_gauss_point_quantity_output_result_test.4C.yaml @@ -7,7 +7,6 @@ IO: OUTPUT_SPRING: true STRUCT_STRESS: "Cauchy" STRUCT_STRAIN: "GL" - WRITE_INITIAL_STATE: false VERBOSITY: "Standard" IO/RUNTIME VTK OUTPUT: INTERVAL_STEPS: 5