|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
Sink that just sums the geometric coeffs of a cell's faces (Σ a·c for the regular diagonal). More...
#include <momentum_assembly.hpp>
Public Member Functions | |
| void | operator() (Index, double c) |
Public Attributes | |
| double | sum = 0.0 |
Sink that just sums the geometric coeffs of a cell's faces (Σ a·c for the regular diagonal).
Definition at line 51 of file momentum_assembly.hpp.
Definition at line 53 of file momentum_assembly.hpp.
References sum.
| double peclet::core::amr::MomSumSink::sum = 0.0 |
Definition at line 52 of file momentum_assembly.hpp.
Referenced by operator()().