Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dsetupgeo2d.h40 CEED_QFUNCTION(Setup2d)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Setup2d() function
/honee/src/
H A Dqdata.c150 … PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, Setup2d, Setup2d_loc, &qf_setup)); in QDataGet()