Home
last modified time | relevance | path

Searched refs:inactive_discrete_string_variable_labels (Results 1 – 5 of 5) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/api/java/
H A Ddakota_swig.i113 %ignore inactive_discrete_string_variable_labels;
121 %ignore inactive_discrete_string_variable_labels;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaModel.hpp739 StringMultiArrayConstView inactive_discrete_string_variable_labels() const;
741 void inactive_discrete_string_variable_labels(
2426 inactive_discrete_string_variable_labels() const in inactive_discrete_string_variable_labels() function in Dakota::Model
2429 modelRep->currentVariables.inactive_discrete_string_variable_labels() : in inactive_discrete_string_variable_labels()
2430 currentVariables.inactive_discrete_string_variable_labels(); in inactive_discrete_string_variable_labels()
2435 inactive_discrete_string_variable_labels(StringMultiArrayConstView i_d_v_labels) in inactive_discrete_string_variable_labels() function in Dakota::Model
2439 currentVariables.inactive_discrete_string_variable_labels(i_d_v_labels); in inactive_discrete_string_variable_labels()
2441 currentVariables.inactive_discrete_string_variable_labels(i_d_v_labels); in inactive_discrete_string_variable_labels()
H A DDakotaVariables.hpp404 StringMultiArrayConstView inactive_discrete_string_variable_labels() const;
406 void inactive_discrete_string_variable_labels(
1282 inactive_discrete_string_variable_labels() const in inactive_discrete_string_variable_labels() function in Dakota::Variables
1290 inactive_discrete_string_variable_labels(StringMultiArrayConstView idsv_labels) in inactive_discrete_string_variable_labels() function in Dakota::Variables
H A DHierarchSurrModel.cpp1440 model.inactive_discrete_string_variable_labels( in init_model()
1441 currentVariables.inactive_discrete_string_variable_labels()); in init_model()
H A DDataTransformModel.cpp1221 const auto & dsv_labels = vars.inactive_discrete_string_variable_labels(); in archive_best_config_variables()