|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
Sink passed to the emit functor during the FILL pass: writes each face into the cell's own slice [start_i, start_{i+1}) at the running cursor k (no atomics — deterministic).
More...
#include <csr.hpp>
Public Member Functions | |
| void | operator() (Index j, double c) |
Public Attributes | |
| View< Index > | nbr |
| View< double > | coef |
| Index | k = 0 |
Sink passed to the emit functor during the FILL pass: writes each face into the cell's own slice [start_i, start_{i+1}) at the running cursor k (no atomics — deterministic).
Definition at line 39 of file csr.hpp.
Referenced by operator()().
Definition at line 40 of file csr.hpp.
Referenced by operator()().
| Index peclet::core::amr::CsrFillSink::k = 0 |
Definition at line 41 of file csr.hpp.
Referenced by operator()().