Home
last modified time | relevance | path

Searched refs:TOTAL_CDV (Results 1 – 17 of 17) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DSubspaceModel.cpp206 vc_totals[TOTAL_CDV] = reducedRank; break; in resize_variable_totals()
225 if (vc_totals[TOTAL_CDV]) vc_totals[TOTAL_CDV] = reducedRank; in resize_variable_totals()
H A DProbabilityTransformModel.cpp629 return (rv_index < vc_totals[TOTAL_CDV]) ? // not subject to active subsets in pecos_to_dakota_variable_type()
632 return (rv_index < vc_totals[TOTAL_CDV] + vc_totals[TOTAL_DDIV]) ? in pecos_to_dakota_variable_type()
635 return (rv_index < vc_totals[TOTAL_CDV] + vc_totals[TOTAL_DDIV]) ? in pecos_to_dakota_variable_type()
638 return (rv_index < vc_totals[TOTAL_CDV] + vc_totals[TOTAL_DDIV] + in pecos_to_dakota_variable_type()
642 return (rv_index < vc_totals[TOTAL_CDV] + vc_totals[TOTAL_DDIV] + in pecos_to_dakota_variable_type()
H A DMixedVarConstraints.cpp144 size_t num_cdv = vc_totals[TOTAL_CDV], num_ddiv = vc_totals[TOTAL_DDIV], in read()
214 size_t num_cdv = vc_totals[TOTAL_CDV], num_ddiv = vc_totals[TOTAL_DDIV], in write()
H A DMixedVariables.cpp158 size_t num_cdv = vc_totals[TOTAL_CDV], num_ddiv = vc_totals[TOTAL_DDIV], in read_core()
226 size_t num_cdv = vc_totals[TOTAL_CDV], num_ddiv = vc_totals[TOTAL_DDIV], in write_core()
H A DSharedVariablesData.cpp100 variablesCompsTotals[TOTAL_CDV] += count; in initialize_components_totals()
262 variablesCompsTotals[TOTAL_CDV] = vc_lookup(CONTINUOUS_DESIGN); in components_to_totals()
855 num_cdv = variablesCompsTotals[TOTAL_CDV], in initialize_all_ids()
980 num_cdv = variablesCompsTotals[TOTAL_CDV], in view_start_counts()
1157 activeVarsCompsTotals[TOTAL_CDV] = variablesCompsTotals[TOTAL_CDV]; in initialize_active_components()
1269 inactiveVarsCompsTotals[TOTAL_CDV] = variablesCompsTotals[TOTAL_CDV]; in initialize_inactive_components()
H A DRelaxedVariables.cpp206 size_t num_cdv = vc_totals[TOTAL_CDV], num_ddiv = vc_totals[TOTAL_DDIV], in read_core()
312 size_t num_cdv = vc_totals[TOTAL_CDV], num_ddiv = vc_totals[TOTAL_DDIV], in write_core()
H A DDataTransformModel.cpp255 int vc_index = TOTAL_CDV; in get_hyperparam_vc_index()
264 vc_index = TOTAL_CDV; in get_hyperparam_vc_index()
797 int continuous_vc_inds[4] = {TOTAL_CDV, TOTAL_CAUV, TOTAL_CEUV, TOTAL_CSV}; in init_continuous_vars()
H A DRelaxedVarConstraints.cpp235 size_t num_cdv = vc_totals[TOTAL_CDV], num_ddiv = vc_totals[TOTAL_DDIV], in read()
360 size_t num_cdv = vc_totals[TOTAL_CDV], num_ddiv = vc_totals[TOTAL_DDIV], in write()
H A DParamStudy.hpp299 num_cdv = active_totals[TOTAL_CDV], num_ddiv = active_totals[TOTAL_DDIV], in distribute()
383 num_cdv = active_totals[TOTAL_CDV], num_ddiv = active_totals[TOTAL_DDIV], in distribute()
H A DDakotaVariables.hpp1602 num_cdv = comp_totals[TOTAL_CDV], num_ddiv = comp_totals[TOTAL_DDIV], in write_ordered()
1655 num_cdv = comp_totals[TOTAL_CDV], num_ddiv = comp_totals[TOTAL_DDIV], in write_ordered()
1705 num_cdv = comp_totals[TOTAL_CDV], num_ddiv = comp_totals[TOTAL_DDIV], in write_ordered()
H A DDataVariables.hpp63 enum { TOTAL_CDV=0, TOTAL_DDIV, TOTAL_DDSV, TOTAL_DDRV, enumerator
H A DDakotaOptimizer.cpp173 vc_totals[TOTAL_CDV] = num_cv; vc_totals[TOTAL_DDIV] = num_div; in Optimizer()
H A DSharedVariablesData.hpp328 num_acv = variablesCompsTotals[TOTAL_CDV] + variablesCompsTotals[TOTAL_CAUV] in all_counts()
374 num_cdv = variablesCompsTotals[TOTAL_CDV]; in design_counts()
H A DNonDLHSSampling.cpp66 if (ac_totals[TOTAL_CDV] || ac_totals[TOTAL_DDIV] || in NonDLHSSampling()
H A DDakotaNonD.cpp111 startCAUV = ac_totals[TOTAL_CDV]; numCAUV = ac_totals[TOTAL_CAUV]; in initialize_counts()
H A DNonDLocalReliability.cpp433 if (ac_totals[TOTAL_CDV] || ac_totals[TOTAL_CEUV] || ac_totals[TOTAL_CSV]) { in NonDLocalReliability()
H A DNonDExpansion.cpp134 allVars = (ac_totals[TOTAL_CDV] || ac_totals[TOTAL_CEUV] || in initialize_counts()