Home
last modified time | relevance | path

Searched refs:TOTAL_DDSV (Results 1 – 10 of 10) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
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.cpp114 variablesCompsTotals[TOTAL_DDSV] += count; in initialize_components_totals()
267 variablesCompsTotals[TOTAL_DDSV] = vc_lookup(DISCRETE_DESIGN_SET_STRING); in components_to_totals()
857 num_ddsv = variablesCompsTotals[TOTAL_DDSV], in initialize_all_ids()
982 num_ddsv = variablesCompsTotals[TOTAL_DDSV], in view_start_counts()
1159 activeVarsCompsTotals[TOTAL_DDSV] = variablesCompsTotals[TOTAL_DDSV]; in initialize_active_components()
1271 inactiveVarsCompsTotals[TOTAL_DDSV] = variablesCompsTotals[TOTAL_DDSV]; 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 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 DProbabilityTransformModel.cpp639 vc_totals[TOTAL_DDSV]) ? in pecos_to_dakota_variable_type()
643 vc_totals[TOTAL_DDSV] + vc_totals[TOTAL_DDRV]) ? in pecos_to_dakota_variable_type()
H A DDakotaOptimizer.cpp174 vc_totals[TOTAL_DDSV] = num_dsv; vc_totals[TOTAL_DDRV] = num_drv; in Optimizer()
H A DSharedVariablesData.hpp336 = variablesCompsTotals[TOTAL_DDSV] + variablesCompsTotals[TOTAL_DAUSV] in all_counts()
376 num_ddsv = variablesCompsTotals[TOTAL_DDSV]; in design_counts()
H A DNonDLHSSampling.cpp67 ac_totals[TOTAL_DDSV] || ac_totals[TOTAL_DDRV] || in NonDLHSSampling()