Home
last modified time | relevance | path

Searched refs:level_maps_ref (Results 1 – 3 of 3) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDStochCollocation.cpp652 RealVector level_maps_ref, level_maps_new; in compute_level_mappings_metric() local
653 pull_level_mappings(level_maps_ref, offset); in compute_level_mappings_metric()
658 deltaLevelMaps = level_maps_new; deltaLevelMaps -= level_maps_ref; in compute_level_mappings_metric()
691 ref = level_maps_ref[cntr]; in compute_level_mappings_metric()
706 { ref = level_maps_ref[cntr]; scale_sq += ref * ref; } in compute_level_mappings_metric()
711 { ref = level_maps_ref[cntr]; scale_sq += ref * ref; } in compute_level_mappings_metric()
724 ref = level_maps_ref[cntr]; in compute_level_mappings_metric()
730 { ref = level_maps_ref[cntr]; scale_sq += ref * ref; } in compute_level_mappings_metric()
753 push_level_mappings(level_maps_ref, offset); // restore reference in compute_level_mappings_metric()
1014 analytic_delta_level_mappings(const RealVector& level_maps_ref, in analytic_delta_level_mappings() argument
[all …]
H A DNonDStochCollocation.hpp110 void analytic_delta_level_mappings(const RealVector& level_maps_ref,
H A DNonDExpansion.cpp2308 RealVector level_maps_ref; pull_level_mappings(level_maps_ref, offset); in compute_level_mappings_metric() local
2316 Cout << "level_maps_ref:\n" << level_maps_ref in compute_level_mappings_metric()
2328 Real ref = level_maps_ref[cntr], delta = level_maps_new[cntr] - ref; in compute_level_mappings_metric()
2333 if (revert) push_level_mappings(level_maps_ref, offset); in compute_level_mappings_metric()