%PUBLICVALUE_SUM%

summed public value of MESHFREE simulation

INTEGRATION($IntInd$) = ( %PUBLICVALUE_SUM%, Functional )
Functional: equation based on public values of a MESHFREE simulation, i.e. indirect point cloud and boundary element attributes This is the time summation of %PUBLICVALUE%:
\begin{align} I_\text{PublicSum} \approx \sum_{i = \text{AllTimeSteps}} I_{\text{Public},i}\end{align}
Example:
INTEGRATION($sum_monitor$) = ( %PUBLICVALUE_SUM%, [real(%MONITOR_NbParticles%)] )
Note: If Functional has different values on the MPI processes, the standard behavior is that the maximum across all processes is used to evalulate the integration statement. Warning: The same warning as for %PUBLICVALUE% applies here.