|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
{sum, max|.|} reduction value. More...
#include <mac_reductions.hpp>
Public Member Functions | |
| SumMax & | operator+= (const SumMax &o) |
Public Attributes | |
| double | sum = 0.0 |
| double | maxabs = 0.0 |
{sum, max|.|} reduction value.
Definition at line 28 of file mac_reductions.hpp.
Definition at line 31 of file mac_reductions.hpp.
| double peclet::flow::SumMax::sum = 0.0 |
Definition at line 29 of file mac_reductions.hpp.
Referenced by peclet::flow::FlowReference::l2(), peclet::flow::localSumMax(), main(), operator+=(), peclet::flow::FlowReference::reduceInner(), and peclet::flow::FlowReference::removeMean().
| double peclet::flow::SumMax::maxabs = 0.0 |
Definition at line 30 of file mac_reductions.hpp.
Referenced by peclet::flow::localSumMax(), main(), peclet::flow::FlowReference::maxDivU(), operator+=(), and peclet::flow::FlowReference::reduceInner().