1Blurb:: Identity mapping of sub-method results to top-level responses
2
3Description::
4Specifies that the list of sub-method results (statistics, best
5parameters, etc.) should map one-to-one to the list of top-level
6nested model responses.
7
8<b> Usage Tips </b>
9
10To use an identity mapping, the number of top-level nested model
11responses (primary + secondary responses) must equal the number of
12sub-method results. If receiving an error about this, set \c output \c
13verbose and re-run the Dakota study to see a list of sub-method
14results responses.
15
16The identity map may not be used in conjunction with \ref
17model-nested-optional_interface_pointer, nor with an explicit \c
18primary_response_mapping or \c secondary_response_mapping.
19
20Topics::
21
22Examples::
23
24\verbatim
25model
26  id_model 'nested'
27    nested
28    sub_method_pointer 'aleat'
29    identity_response_mapping
30\endverbatim
31
32Theory::
33Faq::
34See_Also::
35