My Project
programmer's documentation
|
Macros | |
#define | CS_BAD_CELLS_WARPED_CORRECTION (1 << 0) |
#define | CS_BAD_CELLS_REGULARISATION (1 << 1) |
#define | CS_CELL_FACE_CENTER_CORRECTION (1 << 2) |
#define | CS_CELL_CENTER_CORRECTION (1 << 3) |
#define | CS_FACE_DISTANCE_CLIP (1 << 4) |
#define | CS_FACE_RECONSTRUCTION_CLIP (1 << 5) |
#define | CS_CELL_VOLUME_RATIO_CORRECTION (1 << 6) |
#define | CS_FACE_CENTER_REFINE (1 << 7) |
#define CS_BAD_CELLS_REGULARISATION (1 << 1) |
Regularise on bad cells
#define CS_BAD_CELLS_WARPED_CORRECTION (1 << 0) |
Correct bad cells warping for gradients
#define CS_CELL_CENTER_CORRECTION (1 << 3) |
Recompute cell centers
#define CS_CELL_FACE_CENTER_CORRECTION (1 << 2) |
Recompute face centers
#define CS_CELL_VOLUME_RATIO_CORRECTION (1 << 6) |
Limit cells volume ratio
#define CS_FACE_CENTER_REFINE (1 << 7) |
Refine face center computation for warped cells (iteratively compute center using previous position instead of using only the initial estimate based on the vertices center)
#define CS_FACE_DISTANCE_CLIP (1 << 4) |
Clip face distance when negative or too small
#define CS_FACE_RECONSTRUCTION_CLIP (1 << 5) |
Clip geometrical quantities used in flux reconstuction