Home
last modified time | relevance | path

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

/honee/problems/
H A Deulervortex.c135 euler_ctx->curr_time = 0.; in NS_EULER_VORTEX()
151 …onContextRegisterDouble(euler_qfctx, "solution time", offsetof(struct EulerContext_, curr_time), 1, in NS_EULER_VORTEX()
/honee/qfunctions/
H A Deulervortex.h19 CeedScalar curr_time; member
233 Exact_Euler(3, context->curr_time, x, 5, q, ctx); in ICsEuler()