#include <phaseFieldCoupling.h>
Definition at line 877 of file phaseFieldCoupling.h.
◆ apply()
template<typename CELL >
| void olb::SetIncOutletCells::apply |
( |
CELL & | cell | ) |
|
|
inline |
Definition at line 885 of file phaseFieldCoupling.h.
886 {
887 using DESCRIPTOR = typename CELL::descriptor_t;
888
889 auto outlet_cell = cell.template getField<descriptors::CONV_POPS>();
890
891
892 for (int iPop=0; iPop < DESCRIPTOR::q; ++iPop) {
893 outlet_cell[iPop] = cell[iPop];
894 }
895 cell.template setField<descriptors::CONV_POPS>(outlet_cell);
896 }
◆ getPriority()
| int olb::SetIncOutletCells::getPriority |
( |
| ) |
const |
|
inline |
◆ scope
The documentation for this struct was generated from the following file: