Home
last modified time | relevance | path

Searched refs:Flux0 (Results 1 – 1 of 1) sorted by relevance

/honee/problems/
H A Dbc_freestream.c255 CeedScalar Flux0[5], Flux1[5]; in TestRiemannHLL_fwd() local
267 UnpackState_U(Flux0_state, Flux0); in TestRiemannHLL_fwd()
269 for (int j = 0; j < 5; j++) dFlux_fd[j] = (Flux1[j] - Flux0[j]) / eps; in TestRiemannHLL_fwd()
317 CeedScalar Flux0[5], Flux1[5]; in TestRiemannHLLC_fwd() local
329 UnpackState_U(Flux0_state, Flux0); in TestRiemannHLLC_fwd()
331 for (int j = 0; j < 5; j++) dFlux_fd[j] = (Flux1[j] - Flux0[j]) / eps; in TestRiemannHLLC_fwd()