5Wrapper function to manually execute post-processors
6
7
8## Function Syntax:
9\code
10chi.ExecutePostProcessors(ARRAY arg0)
11\endcode
12## Required Input parameters
13\htmlonly
14
15<div style="display: block;">
16<button type="button" class="droppy2" style=
17"
18background-color: #edf0f5;
19color: #9373A5;
20cursor: pointer;
21border: none;
22text-align: left;
23outline: none;
24font-size: 15px;
25margin: 2px 2px;
26border: 2px solid #687372;
27display: block;
28width: 100%;
29vertical-align: middle;
30padding-top: 4px;
31padding-bottom: 0px;
32"
33><span class="arrow" style="padding-left: 0px;">►</span><TT><B>arg0</B></TT><span style="color: #c4c1c0;">       A list of post-processor names or handles</span></button>
34<div class="content" style="display: none;">
35 <p><I>type=</I><span style="color: blue;"><TT>ARRAY</TT></span>. A list of post-processor names or handles.
36</p>
37</div>
38
39</div>
40\endhtmlonly
41
42\htmlonly
43
44<script>
45
46{
47 var coll = document.getElementsByClassName("droppy2");