Home
last modified time | relevance | path

Searched refs:TOTAL_DSRV (Results 1 – 11 of 11) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DMixedVarConstraints.cpp151 /*num_dssv = vc_totals[TOTAL_DSSV],*/ num_dsrv = vc_totals[TOTAL_DSRV], in read()
221 /*num_dssv = vc_totals[TOTAL_DSSV],*/ num_dsrv = vc_totals[TOTAL_DSRV], in write()
H A DMixedVariables.cpp165 num_dssv = vc_totals[TOTAL_DSSV], num_dsrv = vc_totals[TOTAL_DSRV]; in read_core()
233 num_dssv = vc_totals[TOTAL_DSSV], num_dsrv = vc_totals[TOTAL_DSRV]; in write_core()
H A DSharedVariablesData.cpp252 variablesCompsTotals[TOTAL_DSRV] += count; in initialize_components_totals()
305 variablesCompsTotals[TOTAL_DSRV] = vc_lookup(DISCRETE_STATE_SET_REAL); in components_to_totals()
323 variablesCompsTotals[TOTAL_DEURV] + variablesCompsTotals[TOTAL_DSRV]); in relax_noncategorical()
873 num_dsrv = variablesCompsTotals[TOTAL_DSRV], in initialize_all_ids()
995 num_dsrv = variablesCompsTotals[TOTAL_DSRV]; in view_start_counts()
1192 activeVarsCompsTotals[TOTAL_DSRV] = variablesCompsTotals[TOTAL_DSRV]; in initialize_active_components()
1300 inactiveVarsCompsTotals[TOTAL_DSRV] = variablesCompsTotals[TOTAL_DSRV]; in initialize_inactive_components()
H A DRelaxedVariables.cpp213 num_dssv = vc_totals[TOTAL_DSSV], num_dsrv = vc_totals[TOTAL_DSRV], in read_core()
319 num_dssv = vc_totals[TOTAL_DSSV], num_dsrv = vc_totals[TOTAL_DSRV], in write_core()
H A DRelaxedVarConstraints.cpp242 /*num_dssv = vc_totals[TOTAL_DSSV],*/ num_dsrv = vc_totals[TOTAL_DSRV], in read()
367 /*num_dssv = vc_totals[TOTAL_DSSV],*/ num_dsrv = vc_totals[TOTAL_DSRV], in write()
H A DParamStudy.hpp310 num_dssv = active_totals[TOTAL_DSSV], num_dsrv = active_totals[TOTAL_DSRV], in distribute()
394 num_dssv = active_totals[TOTAL_DSSV], num_dsrv = active_totals[TOTAL_DSRV], in distribute()
H A DDakotaVariables.hpp1609 num_dssv = comp_totals[TOTAL_DSSV], num_dsrv = comp_totals[TOTAL_DSRV], in write_ordered()
1662 num_dssv = comp_totals[TOTAL_DSSV], num_dsrv = comp_totals[TOTAL_DSRV], in write_ordered()
1712 num_dssv = comp_totals[TOTAL_DSSV], num_dsrv = comp_totals[TOTAL_DSRV], in write_ordered()
H A DDataVariables.hpp66 TOTAL_CSV, TOTAL_DSIV, TOTAL_DSSV, TOTAL_DSRV, enumerator
H A DSharedVariablesData.hpp340 + variablesCompsTotals[TOTAL_DEURV] + variablesCompsTotals[TOTAL_DSRV]; in all_counts()
444 num_dsrv = variablesCompsTotals[TOTAL_DSRV]; in state_counts()
H A DNonDLHSSampling.cpp71 ac_totals[TOTAL_DSSV] || ac_totals[TOTAL_DSRV]) { in NonDLHSSampling()
H A DDakotaModel.cpp5371 if (active_totals[TOTAL_DSRV]) { in discrete_set_real_values()