Home
last modified time | relevance | path

Searched refs:discrete_int_variable_labels (Results 1 – 18 of 18) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/api/java/
H A Ddakota_swig.i104 %ignore discrete_int_variable_labels;
105 %ignore discrete_int_variable_labels;
H A DDakotaExtras.cpp26 StringMultiArrayConstView view = vars.discrete_int_variable_labels(); in active_di_variable_labels()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaSurrogates.cpp255 vars.discrete_int_variable_labels().begin(), in export_model()
256 vars.discrete_int_variable_labels().end()); in export_model()
H A DDakotaPStudyDACE.cpp116 iteratedModel.discrete_int_variable_labels(), in print_results()
H A DParamStudy.cpp330 = iteratedModel.discrete_int_variable_labels(); in archive_allocate_sets()
405 div_labels = iteratedModel.discrete_int_variable_labels(), in post_run()
790 << iteratedModel.discrete_int_variable_labels()[j] << "' in method '" in distribute_list_of_points()
1095 = iteratedModel.discrete_int_variable_labels(); in archive_allocate_cps()
1167 = iteratedModel.discrete_int_variable_labels(); in archive_cps_vars()
1242 = iteratedModel.discrete_int_variable_labels(); in archive_cps_resp()
H A DDakotaModel.hpp716 StringMultiArrayConstView discrete_int_variable_labels() const;
718 void discrete_int_variable_labels(StringMultiArrayConstView d_v_labels);
2333 inline StringMultiArrayConstView Model::discrete_int_variable_labels() const in discrete_int_variable_labels() function in Dakota::Model
2335 return (modelRep) ? modelRep->currentVariables.discrete_int_variable_labels() in discrete_int_variable_labels()
2336 : currentVariables.discrete_int_variable_labels(); in discrete_int_variable_labels()
2341 discrete_int_variable_labels(StringMultiArrayConstView d_v_labels) in discrete_int_variable_labels() function in Dakota::Model
2344 modelRep->currentVariables.discrete_int_variable_labels(d_v_labels); in discrete_int_variable_labels()
2346 currentVariables.discrete_int_variable_labels(d_v_labels); in discrete_int_variable_labels()
H A DDakotaVariables.hpp304 StringMultiArrayConstView discrete_int_variable_labels() const;
306 void discrete_int_variable_labels(StringMultiArrayConstView div_labels);
958 inline StringMultiArrayConstView Variables::discrete_int_variable_labels() const in discrete_int_variable_labels() function in Dakota::Variables
966 discrete_int_variable_labels(StringMultiArrayConstView div_labels) in discrete_int_variable_labels() function in Dakota::Variables
H A DDakotaGraphics.cpp49 StringMultiArrayConstView div_labels = vars.discrete_int_variable_labels(); in create_plots_2d()
H A DSimulationModel.cpp74 if (find_index(currentVariables.discrete_int_variable_labels(), control) in initialize_solution_control()
H A DDataFitSurrModel.cpp2276 model.discrete_int_variable_labels( in init_model()
2277 currentVariables.discrete_int_variable_labels()); in init_model()
2295 model.discrete_int_variable_labels( in init_model()
2307 currentVariables.discrete_int_variable_labels()); in init_model()
H A DDakotaAnalyzer.cpp774 = iteratedModel.discrete_int_variable_labels(); in print_sobol_indices()
830 = iteratedModel.discrete_int_variable_labels(); in archive_sobol_indices()
H A DHierarchSurrModel.cpp1354 model.discrete_int_variable_labels( in init_model()
1355 currentVariables.discrete_int_variable_labels()); in init_model()
H A DConcurrentMetaIterator.cpp395 = prpResults[0].variables().discrete_int_variable_labels(); in print_results()
H A Drestart_util.cpp346 = prp_iter->variables().discrete_int_variable_labels(); in print_restart_pdb()
H A DNonDInterval.cpp323 = iteratedModel.discrete_int_variable_labels(); in calculate_cells_and_bpas()
H A DDakotaMinimizer.cpp683 variables_results().discrete_int_variable_labels() : in archive_best_variables()
H A DJEGAOptimizer.cpp1437 StringMultiArrayConstView dilabels = m.discrete_int_variable_labels(); in LoadTheDesignVariables()
H A DNestedModel.cpp864 else if (find_index(subModel.discrete_int_variable_labels(), map1) in resolve_map1()
2261 = vars.discrete_int_variable_labels(); in update_sub_model()