Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Deulervortex.c118 euler_ctx->curr_time = 0.; in NS_EULER_VORTEX()
134 …ContextRegisterDouble(euler_context, "solution time", offsetof(struct EulerContext_, curr_time), 1, in NS_EULER_VORTEX()
/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h25 CeedScalar curr_time; member
239 Exact_Euler(3, context->curr_time, x, 5, q, ctx); in ICsEuler()