5A post processor that can get basic info for any object based on chi_physics::Solver. This solver's execution does not filter whether solverevents are for the relevant solver. This is done to avoid differing time-histories.
6
7
8## Example usage:
9Create this object:
10\code
11params =
12{
13 param_name1 = value1,
14 param_name2 = value2,
15 --etc.
16}
17chi.SolverInfoPostProcessor.Create(params)
18\endcode
19## Required Input parameters
20\htmlonly
21
22<div style="display: block;">
23<button type="button" class="droppy2" style=
24"
25background-color: #edf0f5;
26color: #9373A5;
27cursor: pointer;
28border: none;
29text-align: left;
30outline: none;
31font-size: 15px;
32margin: 2px 2px;
33border: 2px solid #687372;
34display: block;
35width: 100%;
36vertical-align: middle;
37padding-top: 4px;
38padding-bottom: 0px;
39"
40><span class="arrow" style="padding-left: 0px;">►</span><TT><B>info</B></TT><span style="color: #c4c1c0;">       A parameter block, requiring at minimum the parameter "name" to pass to the solver</span></button>
41<div class="content" style="display: none;">
42 <p><I>type=</I><span style="color: blue;"><TT>BLOCK</TT></span>. A parameter block, requiring at minimum the parameter "name" to pass to the solver. Note: each solver will have custom parameter blocks available to get a vast array of different pieces of information.
43</p>
44</div>
45
46<button type="button" class="droppy2" style=
47"
48background-color: #edf0f5;
49color: #9373A5;
50cursor: pointer;
51border: none;
52text-align: left;
53outline: none;
54font-size: 15px;
55margin: 2px 2px;
56border: 2px solid #687372;
57display: block;
58width: 100%;
59vertical-align: middle;
60padding-top: 4px;
61padding-bottom: 0px;
62"
63><span class="arrow" style="padding-left: 0px;">►</span><TT><B>name</B></TT><span style="color: #c4c1c0;">       Name of the post processor</span></button>
64<div class="content" style="display: none;">
65 <p><I>type=</I><span style="color: blue;"><TT>STRING</TT></span>. Name of the post processor. This name will be used in many places so make sure it's a useful name.
66</p>
67</div>
68
69<button type="button" class="droppy2" style=
70"
71background-color: #edf0f5;
72color: #9373A5;
73cursor: pointer;
74border: none;
75text-align: left;
76outline: none;
77font-size: 15px;
78margin: 2px 2px;
79border: 2px solid #687372;
80display: block;
81width: 100%;
82vertical-align: middle;
83padding-top: 4px;
84padding-bottom: 0px;
85"
86><span class="arrow" style="padding-left: 0px;">►</span><TT><B>solver</B></TT><span style="color: #c4c1c0;">       A handle to the solver</span></button>
87<div class="content" style="display: none;">
88 <p><I>type=</I><span style="color: blue;"><TT>INTEGER</TT></span>. A handle to the solver.
89</p>
90</div>
91
92</div>
93\endhtmlonly
94
95## Optional Input parameters
96\htmlonly
97
98<div style="display: block;">
99<button type="button" class="droppy2" style=
100"
101background-color: #edf0f5;
102color: #9373A5;
103cursor: pointer;
104border: none;
105text-align: left;
106outline: none;
107font-size: 15px;
108margin: 2px 2px;
109border: 2px solid #687372;
110display: block;
111width: 100%;
112vertical-align: middle;
113padding-top: 4px;
114padding-bottom: 0px;
115"
116><span class="arrow" style="padding-left: 0px;">►</span><TT><B>execute_on</B></TT><span style="color: #c4c1c0;">       List of events at which the post-processor will execute</span></button>
117<div class="content" style="display: none;">
118 <p><I>type=</I><span style="color: blue;"><TT>ARRAY</TT></span>. List of events at which the post-processor will execute.
188><span class="arrow" style="padding-left: 0px;">►</span><TT><B>print_on</B></TT><span style="color: #c4c1c0;">       List of events at which the post-processor will print</span></button>
189<div class="content" style="display: none;">
190 <p><I>type=</I><span style="color: blue;"><TT>ARRAY</TT></span>. List of events at which the post-processor will print. Make sure that these events are also set for the `PostProcessorPrinter` otherwise it wont print.
236><span class="arrow" style="padding-left: 0px;">►</span><TT><B>solvername_filter</B></TT><span style="color: #c4c1c0;">       Controls update events to only execute on the relevant solver'sevent calls</span></button>
237<div class="content" style="display: none;">
238 <p><I>type=</I><span style="color: blue;"><TT>STRING</TT></span>. Controls update events to only execute on the relevant solver'sevent calls.