Searched defs:ceed (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 24 PetscErrorCode DMGetCeed(DM dm, Ceed *ceed) in DMGetCeed() 47 PetscErrorCode VecGetCeedVector(Vec X, Ceed ceed, CeedVector *cx) in VecGetCeedVector() 69 PetscErrorCode VecGetCeedVectorRead(Vec X, Ceed ceed, CeedVector *cx) in VecGetCeedVectorRead() 136 Ceed ceed; in DMCeedCreateGeometry() local 202 Ceed ceed; in DMCeedCreate_Internal() local 276 Ceed ceed; in DMCeedCreateGeometryFVM() local 302 Ceed ceed; in DMCeedCreateInfoFVM() local 330 Ceed ceed; in DMCeedCreateFVM_Internal() local 429 Ceed ceed; in DMCeedComputeGeometry() local
|
| H A D | dm.c | 5964 Ceed ceed; in DMCreateDS() local
|
| /petsc/src/dm/dt/fv/interface/ceed/ |
| H A D | fvceed.c | 18 PetscErrorCode PetscFVSetCeed(PetscFV fv, Ceed ceed) in PetscFVSetCeed()
|
| /petsc/src/ts/utils/libceed/ |
| H A D | dmplextsceed.c | 11 Ceed ceed; in DMPlexTSComputeRHSFunctionFVMCEED() local
|
| /petsc/src/dm/dt/fe/interface/ceed/ |
| H A D | feceed.c | 18 PetscErrorCode PetscFESetCeed(PetscFE fe, Ceed ceed) in PetscFESetCeed()
|
| /petsc/src/snes/utils/libceed/ |
| H A D | dmplexsnesceed.c | 11 Ceed ceed; in DMPlexSNESComputeResidualCEED() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex42.c | 215 Ceed ceed; in CreateMesh() local 255 Ceed ceed; in LibCeedSetupByDegree() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 322 Ceed ceed; in DMPlexGetCeedRestriction() local 340 Ceed ceed; in DMPlexCreateCeedRestrictionFVM() local
|
| /petsc/include/petsc/private/ |
| H A D | petscfvimpl.h | 84 Ceed ceed; /* The LibCEED context, usually set by the DM */ member
|
| H A D | petscfeimpl.h | 240 Ceed ceed; /* The LibCEED context, usually set by the DM */ member
|
| H A D | dmimpl.h | 329 Ceed ceed; // LibCEED context member
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 388 static PetscErrorCode CreateQFunctionContext_SW(Physics phys, Ceed ceed, CeedQFunctionContext *qfCt… in CreateQFunctionContext_SW() 409 Ceed ceed; in SetupCEED_SW() local 595 static PetscErrorCode CreateQFunctionContext_Euler(Physics phys, Ceed ceed, CeedQFunctionContext *q… in CreateQFunctionContext_Euler() 616 Ceed ceed; in SetupCEED_Euler() local
|