Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dsetupgeo.h42 CEED_QFUNCTION(Setup)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Setup() function
/honee/src/
H A Dqdata.c158 PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, Setup, Setup_loc, &qf_setup)); in QDataGet()