We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a68e5e commit efd2288Copy full SHA for efd2288
src/solver/src/simulation.C
@@ -74,6 +74,8 @@ namespace GRINS
74
75
this->init_params(input,sim_builder);
76
77
+ this->init_adjoint_solve(input,_output_adjoint);
78
+
79
// Must be called after setting QoI on the MultiphysicsSystem
80
_error_estimator = sim_builder.build_error_estimator( input, libMesh::QoISet(*_multiphysics_system) );
81
@@ -119,6 +121,8 @@ namespace GRINS
119
121
120
122
123
124
125
126
127
128
0 commit comments