Searched refs:DMCeedCreate (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscdmceed.h | 28 PETSC_EXTERN PetscErrorCode DMCeedCreate(DM, PetscBool, CeedQFunctionUser, const char *);
|
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 193 …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 D | 320.md | 210 - Add `DMCeedCreate()`, `DMCeedComputeGeometry()`, and `DMCeedDestroy()`
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 239 …if (useCeed) PetscCall(DMCeedCreate(dm, PETSC_TRUE, PlexQFunctionLaplace, PlexQFunctionLaplace_loc… in SetupDiscretization()
|