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

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
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

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

Definition at line 53 of file momentum_assembly.hpp.

References sum.

Member Data Documentation

◆ sum

double peclet::core::amr::MomSumSink::sum = 0.0

Definition at line 52 of file momentum_assembly.hpp.

Referenced by operator()().


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