| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Go to the source code of this file.
Macros | |
| #define | coef_normal_area_idx(i, j, k, l, lx, nf) (((i) + (lx) * (((j) - 1) + (lx) * (((k) - 1) + (nf) * (((l) - 1))))) - 1) | 
Functions | |
| void | nonlinear_index (const int idx, const int lx, int *index) | 
| #define coef_normal_area_idx | ( | i, | |
| j, | |||
| k, | |||
| l, | |||
| lx, | |||
| nf | |||
| ) | (((i) + (lx) * (((j) - 1) + (lx) * (((k) - 1) + (nf) * (((l) - 1))))) - 1) | 
Computes the linear index for area and normal arrays
Definition at line 42 of file bc_utils.h.