You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Efficiency improvements for optimization of linear elasticity problems (#2815)
* allow adjoin-only, fix residual and objective reporting in single and multizone solvers
* save main recording for functions that don't need it
* update ref
cout << "Computing residuals to check the convergence of the direct problem." << endl; break;
723
725
caseRECORDING::TAG_INIT_SOLVER_VARIABLES: cout << "Simulating recording with tag 1 on conservative variables." << endl; AD::SetTag(1); break;
724
726
caseRECORDING::TAG_CHECK_SOLVER_VARIABLES: cout << "Checking first recording with tag 2 on conservative variables." << endl; AD::SetTag(2); break;
725
727
caseRECORDING::TAG_INIT_SOLVER_AND_MESH: cout << "Simulating recording with tag 1 on conservative variables and mesh coordinates." << endl; AD::SetTag(1); break;
0 commit comments