Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaVariables.cpp97 case MIXED_ALL: case MIXED_DESIGN: case MIXED_ALEATORY_UNCERTAIN: in get_variables()
131 case MIXED_ALL: case MIXED_DESIGN: case MIXED_ALEATORY_UNCERTAIN: in get_variables()
220 if (view1 > MIXED_ALL && view2 > MIXED_ALL) { in inactive_view()
237 return (relaxed) ? RELAXED_ALL : MIXED_ALL; break; in method_map()
330 ( inactive_view == MIXED_ALL || in check_view_compatibility()
333 ( ( active_view == MIXED_ALL || in check_view_compatibility()
347 ( ( active_view == RELAXED_ALL || active_view == MIXED_ALL ) && in check_view_compatibility()
350 ( inactive_view == RELAXED_ALL || inactive_view == MIXED_ALL ) ) || in check_view_compatibility()
412 if (sharedVarsData.view().second == MIXED_ALL || in build_inactive_views()
H A DDakotaConstraints.cpp104 case MIXED_ALL: case MIXED_DESIGN: case MIXED_ALEATORY_UNCERTAIN: in get_constraints()
141 case MIXED_ALL: case MIXED_DESIGN: case MIXED_ALEATORY_UNCERTAIN: in get_constraints()
217 if (sharedVarsData.view().second == MIXED_ALL || in build_inactive_views()
260 if (view1 > MIXED_ALL && view2 > MIXED_ALL) { in inactive_view()
H A DSurrogateModel.cpp109 else if ( ( sm_active_view == RELAXED_ALL || sm_active_view == MIXED_ALL ) && in check_submodel_compatibility()
128 else if ( ( active_view == RELAXED_ALL || active_view == MIXED_ALL ) && in check_submodel_compatibility()
221 approx_active_view == MIXED_ALL ) && in force_rebuild()
307 sub_model_active_view == MIXED_ALL ) && in force_rebuild()
324 approx_active_view == MIXED_ALL ) && in force_rebuild()
H A DDataFitSurrModel.cpp364 ( ( sm_active_view == RELAXED_ALL || sm_active_view == MIXED_ALL ) && in check_submodel_compatibility()
366 ( ( active_view == RELAXED_ALL || active_view == MIXED_ALL ) && in check_submodel_compatibility()
2291 actual_active_view == MIXED_ALL ) ) { in init_model()
2302 approx_active_view == MIXED_ALL ) ) { in init_model()
2362 actual_active_view == MIXED_ALL ) ) { in update_model()
2386 approx_active_view == MIXED_ALL ) ) { in update_model()
H A DApproximationInterface.cpp239 actual_active_view == MIXED_ALL ) && in map()
254 approx_active_view == MIXED_ALL ) && in map()
H A DDataVariables.hpp34 enum { EMPTY_VIEW=0, RELAXED_ALL, MIXED_ALL, enumerator
H A DSubspaceModel.cpp222 case MIXED_ALL: case RELAXED_ALL: in resize_variable_totals()
H A DNonDSampling.cpp263 ( model_view == RELAXED_ALL || model_view == MIXED_ALL ) ) || in get_parameter_sets()
393 case RELAXED_ALL: case MIXED_ALL: vars_mode = ALL; break; in sample_to_variables()
405 case RELAXED_ALL: case MIXED_ALL: vars_mode = ALL_UNIFORM; break; in sample_to_variables()
620 short all_view = (relax) ? RELAXED_ALL : MIXED_ALL; in variables_to_sample()
H A DNonDSampling.hpp592 active_view <= RELAXED_STATE )) ? RELAXED_ALL : MIXED_ALL; in sample_to_type()
H A DSharedVariablesData.cpp1002 case MIXED_ALL: // should only happen for active views in view_start_counts()
1153 case MIXED_ALL: case RELAXED_ALL: in initialize_active_components()
1262 case MIXED_ALL: case RELAXED_ALL: in initialize_inactive_components()
H A DNonDGlobalReliability.cpp146 = (active_view == RELAXED_ALL || active_view == MIXED_ALL) ? "all" : "none"; in NonDGlobalReliability()
H A DDataTransformModel.cpp278 case MIXED_ALL: case RELAXED_ALL: case MIXED_STATE: case RELAXED_STATE: in get_hyperparam_vc_index()
H A DHierarchSurrModel.cpp1395 if (active_view == RELAXED_ALL || active_view == MIXED_ALL) in init_model()
H A DSharedVariablesData.hpp464 case RELAXED_ALL: case MIXED_ALL: in view_subsets()
H A DDakotaModel.cpp4994 case MIXED_ALL: { in discrete_set_int_values()
5180 case MIXED_ALL: case RELAXED_ALL: { in discrete_set_string_values()
5291 case MIXED_ALL: { in discrete_set_real_values()
H A DNestedModel.cpp2073 if (new_view == RELAXED_ALL || new_view == MIXED_ALL) { in update_inactive_view()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Drestart_test.cpp41 std::pair<short, short> view(MIXED_ALL, EMPTY_VIEW); in TEUCHOS_UNIT_TEST()
94 std::pair<short, short> view(MIXED_ALL, EMPTY_VIEW); in TEUCHOS_UNIT_TEST()