Home
last modified time | relevance | path

Searched refs:TOTAL_DDRV (Results 1 – 13 of 13) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DMixedVarConstraints.cpp145 /*num_ddsv = vc_totals[TOTAL_DDSV],*/ num_ddrv = vc_totals[TOTAL_DDRV], in read()
215 /*num_ddsv = vc_totals[TOTAL_DDSV],*/ num_ddrv = vc_totals[TOTAL_DDRV], in write()
H A DMixedVariables.cpp159 num_ddsv = vc_totals[TOTAL_DDSV], num_ddrv = vc_totals[TOTAL_DDRV], in read_core()
227 num_ddsv = vc_totals[TOTAL_DDSV], num_ddrv = vc_totals[TOTAL_DDRV], in write_core()
H A DSharedVariablesData.hpp339 = variablesCompsTotals[TOTAL_DDRV] + variablesCompsTotals[TOTAL_DAURV] in all_counts()
377 num_ddrv = variablesCompsTotals[TOTAL_DDRV]; in design_counts()
396 variablesCompsTotals[TOTAL_DDRV]); in aleatory_uncertain_counts()
413 variablesCompsTotals[TOTAL_DDRV] + in epistemic_uncertain_counts()
433 variablesCompsTotals[TOTAL_DDRV]); in uncertain_counts()
450 variablesCompsTotals[TOTAL_DDRV] + in state_counts()
H A DSharedVariablesData.cpp119 variablesCompsTotals[TOTAL_DDRV] += count; in initialize_components_totals()
269 variablesCompsTotals[TOTAL_DDRV] = vc_lookup(DISCRETE_DESIGN_SET_REAL); in components_to_totals()
322 variablesCompsTotals[TOTAL_DDRV] + variablesCompsTotals[TOTAL_DAURV] + in relax_noncategorical()
858 num_ddrv = variablesCompsTotals[TOTAL_DDRV], in initialize_all_ids()
983 num_ddrv = variablesCompsTotals[TOTAL_DDRV], in view_start_counts()
1160 activeVarsCompsTotals[TOTAL_DDRV] = variablesCompsTotals[TOTAL_DDRV]; in initialize_active_components()
1272 inactiveVarsCompsTotals[TOTAL_DDRV] = variablesCompsTotals[TOTAL_DDRV]; in initialize_inactive_components()
H A DRelaxedVariables.cpp207 num_ddsv = vc_totals[TOTAL_DDSV], num_ddrv = vc_totals[TOTAL_DDRV], in read_core()
313 num_ddsv = vc_totals[TOTAL_DDSV], num_ddrv = vc_totals[TOTAL_DDRV], in write_core()
H A DRelaxedVarConstraints.cpp236 /*num_ddsv = vc_totals[TOTAL_DDSV],*/ num_ddrv = vc_totals[TOTAL_DDRV], in read()
361 /*num_ddsv = vc_totals[TOTAL_DDSV],*/ num_ddrv = vc_totals[TOTAL_DDRV], in write()
H A DParamStudy.hpp300 num_ddsv = active_totals[TOTAL_DDSV], num_ddrv = active_totals[TOTAL_DDRV], in distribute()
384 num_ddsv = active_totals[TOTAL_DDSV], num_ddrv = active_totals[TOTAL_DDRV], in distribute()
H A DDakotaVariables.hpp1603 num_ddsv = comp_totals[TOTAL_DDSV], num_ddrv = comp_totals[TOTAL_DDRV], in write_ordered()
1656 num_ddsv = comp_totals[TOTAL_DDSV], num_ddrv = comp_totals[TOTAL_DDRV], in write_ordered()
1706 num_ddsv = comp_totals[TOTAL_DDSV], num_ddrv = comp_totals[TOTAL_DDRV], in write_ordered()
H A DDataVariables.hpp63 enum { TOTAL_CDV=0, TOTAL_DDIV, TOTAL_DDSV, TOTAL_DDRV, enumerator
H A DDakotaOptimizer.cpp174 vc_totals[TOTAL_DDSV] = num_dsv; vc_totals[TOTAL_DDRV] = num_drv; in Optimizer()
H A DNonDLHSSampling.cpp67 ac_totals[TOTAL_DDSV] || ac_totals[TOTAL_DDRV] || in NonDLHSSampling()
H A DProbabilityTransformModel.cpp643 vc_totals[TOTAL_DDSV] + vc_totals[TOTAL_DDRV]) ? in pecos_to_dakota_variable_type()
H A DDakotaModel.cpp5330 if (active_totals[TOTAL_DDRV]) { in discrete_set_real_values()