Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dsetupgeo2d.h86 CEED_QFUNCTION(SetupBoundary2d)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *cons… in SetupBoundary2d() function
/libCEED/examples/fluids/src/
H A Dqdata.c173 …PetscCallCeed(ceed, CeedQFunctionCreateInterior(ceed, 1, SetupBoundary2d, SetupBoundary2d_loc, &qf… in QDataBoundaryGet()