Home
last modified time | relevance | path

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

/petsc/include/ !
H A Dpetscdmceed.h28 PETSC_EXTERN PetscErrorCode DMCeedCreate(DM, PetscBool, CeedQFunctionUser, const char *);
/petsc/src/dm/interface/ !
H A Ddmceed.c193 …if (coarse->dmceed) PetscCall(DMCeedCreate(fine, coarse->dmceed->geom ? PETSC_TRUE : PETSC_FALSE, … in DMRefineHook_Ceed()
258 PetscErrorCode DMCeedCreate(DM dm, PetscBool createGeometry, CeedQFunctionUser func, const char *fu… in DMCeedCreate() function
/petsc/doc/changes/ !
H A D320.md210 - Add `DMCeedCreate()`, `DMCeedComputeGeometry()`, and `DMCeedDestroy()`
/petsc/src/snes/tutorials/ !
H A Dex13.c239 …if (useCeed) PetscCall(DMCeedCreate(dm, PETSC_TRUE, PlexQFunctionLaplace, PlexQFunctionLaplace_loc… in SetupDiscretization()