core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::amr::CsrCountSink Struct Reference

Sink passed to the emit functor during the COUNT pass: just tallies faces. More...

#include <csr.hpp>

Public Member Functions

void operator() (Index, double)
 

Public Attributes

Index count = 0
 

Detailed Description

Sink passed to the emit functor during the COUNT pass: just tallies faces.

Definition at line 31 of file csr.hpp.

Member Function Documentation

◆ operator()()

void peclet::core::amr::CsrCountSink::operator() ( Index  ,
double   
)
inline

Definition at line 33 of file csr.hpp.

References count.

Member Data Documentation

◆ count

Index peclet::core::amr::CsrCountSink::count = 0

Definition at line 32 of file csr.hpp.

Referenced by operator()().


The documentation for this struct was generated from the following file: