Go to the source code of this file.
|
| void | print_values (int step, Vec *values, uint blocks_per_dim, Real v_min, Real dv) |
| void | propagate (Vec values[], uint blocks_per_dim, Real v_min, Real dv, uint i_block, uint j_block, uint j_cell, Real intersection, Real intersection_di, Real intersection_dj, Real intersection_dk) |
| void | print_reconstruction (int step, Vec values[], uint blocks_per_dim, Real v_min, Real dv, uint i_block, uint j_block, uint j_cell, Real intersection, Real intersection_di, Real intersection_dj, Real intersection_dk) |
| int | main (void) |
◆ main()
◆ print_reconstruction()
| void print_reconstruction |
( |
int | step, |
|
|
Vec | values[], |
|
|
uint | blocks_per_dim, |
|
|
Real | v_min, |
|
|
Real | dv, |
|
|
uint | i_block, |
|
|
uint | j_block, |
|
|
uint | j_cell, |
|
|
Real | intersection, |
|
|
Real | intersection_di, |
|
|
Real | intersection_dj, |
|
|
Real | intersection_dk ) |
◆ print_values()
| void print_values |
( |
int | step, |
|
|
Vec * | values, |
|
|
uint | blocks_per_dim, |
|
|
Real | v_min, |
|
|
Real | dv ) |
◆ propagate()
| void propagate |
( |
Vec | values[], |
|
|
uint | blocks_per_dim, |
|
|
Real | v_min, |
|
|
Real | dv, |
|
|
uint | i_block, |
|
|
uint | j_block, |
|
|
uint | j_cell, |
|
|
Real | intersection, |
|
|
Real | intersection_di, |
|
|
Real | intersection_dj, |
|
|
Real | intersection_dk ) |
◆ fluxlimiterscalingfactor
| const int fluxlimiterscalingfactor =1.e-15 |