Home
last modified time | relevance | path

Searched refs:NUM_VC_TOTALS (Results 1 – 6 of 6) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Drestart_test.cpp39 SizetArray vc_totals(NUM_VC_TOTALS); in TEUCHOS_UNIT_TEST()
92 SizetArray vc_totals(NUM_VC_TOTALS, 1); in TEUCHOS_UNIT_TEST()
93 vc_totals.assign(NUM_VC_TOTALS, 1); in TEUCHOS_UNIT_TEST()
108 ActiveSet as(num_resp, NUM_VC_TOTALS); in TEUCHOS_UNIT_TEST()
130 RealMatrix gradient(NUM_VC_TOTALS, num_resp); in TEUCHOS_UNIT_TEST()
134 RealSymMatrix hess0(NUM_VC_TOTALS, NUM_VC_TOTALS); in TEUCHOS_UNIT_TEST()
138 RealSymMatrix hess1(NUM_VC_TOTALS, NUM_VC_TOTALS); in TEUCHOS_UNIT_TEST()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaVariables.cpp550 SizetArray vars_comps_totals(NUM_VC_TOTALS); in read_annotated()
551 for (i=0; i<NUM_VC_TOTALS; ++i) in read_annotated()
615 for (i=0; i<NUM_VC_TOTALS; ++i) in write_annotated()
682 SizetArray vars_comps_totals(NUM_VC_TOTALS); in read()
683 for (i=0; i<NUM_VC_TOTALS; ++i) in read()
737 for (i=0; i<NUM_VC_TOTALS; ++i) in write()
H A DSharedVariablesData.cpp43 variablesCompsTotals(NUM_VC_TOTALS, 0), variablesView(view), cvStart(0), in SharedVariablesDataRep()
259 variablesCompsTotals.resize(NUM_VC_TOTALS); in components_to_totals()
1156 activeVarsCompsTotals.assign(NUM_VC_TOTALS, 0); in initialize_active_components()
1163 activeVarsCompsTotals.assign(NUM_VC_TOTALS, 0); in initialize_active_components()
1170 activeVarsCompsTotals.assign(NUM_VC_TOTALS, 0); in initialize_active_components()
1177 activeVarsCompsTotals.assign(NUM_VC_TOTALS, 0); in initialize_active_components()
1188 activeVarsCompsTotals.assign(NUM_VC_TOTALS, 0); in initialize_active_components()
1259 inactiveVarsCompsTotals.assign(NUM_VC_TOTALS, 0); in initialize_inactive_components()
H A DDataVariables.hpp67 NUM_VC_TOTALS }; enumerator
H A DDakotaOptimizer.cpp172 SizetArray vc_totals(NUM_VC_TOTALS, 0); in Optimizer()
H A DNonDBayesCalibration.cpp1352 SizetArray vars_comps_totals(NUM_VC_TOTALS, 0); in build_scalar_discrepancy()