Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Ddensitycurrent.h134 CEED_QFUNCTION(ICsDC)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in ICsDC() function
/libCEED/examples/fluids/problems/
H A Ddensitycurrent.c33 problem->ics.qfunction = ICsDC; in NS_DENSITY_CURRENT()