5Base class for Post-Processors. For more generalinformation see \ref doc_PostProcessors
6
7<B>Note:</B> This object is not constructable
8## Required Input parameters
9\htmlonly
10
11<div style="display: block;">
12<button type="button" class="droppy2" style=
13"
14background-color: #edf0f5;
15color: #9373A5;
16cursor: pointer;
17border: none;
18text-align: left;
19outline: none;
20font-size: 15px;
21margin: 2px 2px;
22border: 2px solid #687372;
23display: block;
24width: 100%;
25vertical-align: middle;
26padding-top: 4px;
27padding-bottom: 0px;
28"
29><span class="arrow" style="padding-left: 0px;">►</span><TT><B>name</B></TT><span style="color: #c4c1c0;">       Name of the post processor</span></button>
30<div class="content" style="display: none;">
31 <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.
32</p>
33</div>
34
35</div>
36\endhtmlonly
37
38## Optional Input parameters
39\htmlonly
40
41<div style="display: block;">
42<button type="button" class="droppy2" style=
43"
44background-color: #edf0f5;
45color: #9373A5;
46cursor: pointer;
47border: none;
48text-align: left;
49outline: none;
50font-size: 15px;
51margin: 2px 2px;
52border: 2px solid #687372;
53display: block;
54width: 100%;
55vertical-align: middle;
56padding-top: 4px;
57padding-bottom: 0px;
58"
59><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>
60<div class="content" style="display: none;">
61 <p><I>type=</I><span style="color: blue;"><TT>ARRAY</TT></span>. List of events at which the post-processor will execute.
131><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>
132<div class="content" style="display: none;">
133 <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.
179><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>
180<div class="content" style="display: none;">
181 <p><I>type=</I><span style="color: blue;"><TT>STRING</TT></span>. Controls update events to only execute on the relevant solver'sevent calls.