Chi-Tech
boundary_vaccuum.cc
Go to the documentation of this file.
1#include "sweep_boundaries.h"
2
3// ###################################################################
4/**Returns a pointer to a heterogeneous flux storage location.*/
6 uint64_t cell_local_id,
7 unsigned int face_num,
8 unsigned int fi,
9 unsigned int angle_num,
10 int group_num,
11 size_t gs_ss_begin)
12{
13 return &boundary_flux_[group_num];
14}
double * HeterogeneousPsiIncoming(uint64_t cell_local_id, unsigned int face_num, unsigned int fi, unsigned int angle_num, int group_num, size_t gs_ss_begin) override