Home
last modified time | relevance | path

Searched refs:TOTAL_CAUV (Results 1 – 14 of 14) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DSubspaceModel.cpp209 vc_totals[TOTAL_CAUV] = reducedRank; break; in resize_variable_totals()
219 if (vc_totals[TOTAL_CAUV]) vc_totals[TOTAL_CAUV] = reducedRank; in resize_variable_totals()
226 else if (vc_totals[TOTAL_CAUV]) vc_totals[TOTAL_CAUV] = reducedRank; in resize_variable_totals()
H A DSharedVariablesData.cpp124 variablesCompsTotals[TOTAL_CAUV] += count; in initialize_components_totals()
128 variablesCompsTotals[TOTAL_CAUV] += count; in initialize_components_totals()
132 variablesCompsTotals[TOTAL_CAUV] += count; in initialize_components_totals()
136 variablesCompsTotals[TOTAL_CAUV] += count; in initialize_components_totals()
140 variablesCompsTotals[TOTAL_CAUV] += count; in initialize_components_totals()
144 variablesCompsTotals[TOTAL_CAUV] += count; in initialize_components_totals()
148 variablesCompsTotals[TOTAL_CAUV] += count; in initialize_components_totals()
1164 activeVarsCompsTotals[TOTAL_CAUV] = variablesCompsTotals[TOTAL_CAUV]; in initialize_active_components()
1178 activeVarsCompsTotals[TOTAL_CAUV] = variablesCompsTotals[TOTAL_CAUV]; in initialize_active_components()
1275 inactiveVarsCompsTotals[TOTAL_CAUV] = variablesCompsTotals[TOTAL_CAUV]; in initialize_inactive_components()
[all …]
H A DMixedVarConstraints.cpp146 num_cauv = vc_totals[TOTAL_CAUV], num_dauiv = vc_totals[TOTAL_DAUIV], in read()
216 num_cauv = vc_totals[TOTAL_CAUV], num_dauiv = vc_totals[TOTAL_DAUIV], in write()
H A DMixedVariables.cpp160 num_cauv = vc_totals[TOTAL_CAUV], num_dauiv = vc_totals[TOTAL_DAUIV], in read_core()
228 num_cauv = vc_totals[TOTAL_CAUV], num_dauiv = vc_totals[TOTAL_DAUIV], in write_core()
H A DRelaxedVariables.cpp208 num_cauv = vc_totals[TOTAL_CAUV], num_dauiv = vc_totals[TOTAL_DAUIV], in read_core()
314 num_cauv = vc_totals[TOTAL_CAUV], num_dauiv = vc_totals[TOTAL_DAUIV], in write_core()
H A DRelaxedVarConstraints.cpp237 num_cauv = vc_totals[TOTAL_CAUV], num_dauiv = vc_totals[TOTAL_DAUIV], in read()
362 num_cauv = vc_totals[TOTAL_CAUV], num_dauiv = vc_totals[TOTAL_DAUIV], in write()
H A DParamStudy.hpp301 num_cauv = active_totals[TOTAL_CAUV], in distribute()
385 num_cauv = active_totals[TOTAL_CAUV], in distribute()
H A DDakotaVariables.hpp1604 num_cauv = comp_totals[TOTAL_CAUV], num_dauiv = comp_totals[TOTAL_DAUIV], in write_ordered()
1657 num_cauv = comp_totals[TOTAL_CAUV], num_dauiv = comp_totals[TOTAL_DAUIV], in write_ordered()
1707 num_cauv = comp_totals[TOTAL_CAUV], num_dauiv = comp_totals[TOTAL_DAUIV], in write_ordered()
H A DDataVariables.hpp64 TOTAL_CAUV, TOTAL_DAUIV, TOTAL_DAUSV, TOTAL_DAURV, enumerator
H A DSharedVariablesData.hpp328 num_acv = variablesCompsTotals[TOTAL_CDV] + variablesCompsTotals[TOTAL_CAUV] in all_counts()
388 num_cauv = variablesCompsTotals[TOTAL_CAUV]; in aleatory_uncertain_counts()
422 num_cuv = variablesCompsTotals[TOTAL_CAUV] in uncertain_counts()
H A DDataTransformModel.cpp268 vc_index = TOTAL_CAUV; 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 DRandomFieldModel.cpp371 vc_totals[TOTAL_CAUV] += actualReducedRank; in variables_resize()
H A DDakotaNonD.cpp111 startCAUV = ac_totals[TOTAL_CDV]; numCAUV = ac_totals[TOTAL_CAUV]; in initialize_counts()
H A DNonDExpansion.cpp141 bool auv = (ac_totals[TOTAL_CAUV] || ac_totals[TOTAL_DAUIV] || in initialize_counts()