Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex42.c15 CeedQFunctionUser setupgeo, apply; member
184 ctx->setupgeo = NULL; in ProcessOptions()
191 ctx->setupgeo = SetupMassGeoCube; in ProcessOptions()
196 ctx->setupgeo = SetupMassGeoSphere; in ProcessOptions()
302 PetscCall(CeedQFunctionCreateInterior(ceed, 1, ctx->setupgeo, ctx->setupgeofname, &qf_setupgeo)); in LibCeedSetupByDegree()