| /petsc/include/ |
| H A D | petscdstypes.h | 127 typedef void PetscPointFn(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const P… typedef 286 PETSC_EXTERN_TYPEDEF typedef PetscPointFn *PetscPointFunc PETSC_DEPRECATED_TYPEDEF(3, 24, 0, …
|
| H A D | petscds.h | 144 PETSC_EXTERN PetscErrorCode PetscDSGetObjective(PetscDS, PetscInt, PetscPointFn **); 145 PETSC_EXTERN PetscErrorCode PetscDSSetObjective(PetscDS, PetscInt, PetscPointFn *); 146 PETSC_EXTERN PetscErrorCode PetscDSGetResidual(PetscDS, PetscInt, PetscPointFn **, PetscPointFn **); 147 PETSC_EXTERN PetscErrorCode PetscDSSetResidual(PetscDS, PetscInt, PetscPointFn *, PetscPointFn *); 148 PETSC_EXTERN PetscErrorCode PetscDSGetRHSResidual(PetscDS, PetscInt, PetscPointFn **, PetscPointFn … 149 PETSC_EXTERN PetscErrorCode PetscDSSetRHSResidual(PetscDS, PetscInt, PetscPointFn *, PetscPointFn *… 162 PETSC_EXTERN PetscErrorCode PetscDSGetUpdate(PetscDS, PetscInt, PetscPointFn **); 163 PETSC_EXTERN PetscErrorCode PetscDSSetUpdate(PetscDS, PetscInt, PetscPointFn *);
|
| H A D | petscdmplex.h | 340 PETSC_EXTERN PetscErrorCode DMPlexGetCoordinateMap(DM, PetscPointFn **); 341 PETSC_EXTERN PetscErrorCode DMPlexSetCoordinateMap(DM, PetscPointFn *);
|
| H A D | petscksp.h | 1377 PETSC_EXTERN PetscErrorCode DMProjectField(DM, PetscReal, Vec, PetscPointFn **, InsertMode, Vec);
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex12.c | 25 …al(PetscWeakForm wf, PetscFormKey key, PetscInt in0, PetscPointFn *if0[], PetscInt in1, PetscPoint… in CheckResidual() 27 PetscPointFn **f0, **f1; in CheckResidual() 41 PetscPointFn *f[4] = {f0, f1, f2, f3}; in TestSetIndex() 131 PetscPointFn *f[4] = {f0, f1, f2, f3}, *fp[4]; in TestAdd() 215 PetscPointFn *f[4] = {f0, f1, f2, f3}; in TestSetIndexAdd()
|
| /petsc/include/petsc/private/ |
| H A D | dmswarmimpl.h | 107 PETSC_INTERN PetscErrorCode DMProjectFieldLocal_Swarm(DM, PetscReal, Vec, PetscPointFn **, InsertMo…
|
| H A D | petscdsimpl.h | 109 PetscPointFn **update; // Direct update of field coefficients
|
| H A D | dmpleximpl.h | 231 PetscPointFn *coordFunc; /* Function used to remap newly introduced vertices */
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 544 PetscPointFn **tmpup; in PetscDSEnlarge_Static() 1290 PetscErrorCode PetscDSGetObjective(PetscDS ds, PetscInt f, PetscPointFn **obj) in PetscDSGetObjective() 1292 PetscPointFn **tmp; in PetscDSGetObjective() 1321 PetscErrorCode PetscDSSetObjective(PetscDS ds, PetscInt f, PetscPointFn *obj) in PetscDSSetObjective() 1351 PetscErrorCode PetscDSGetResidual(PetscDS ds, PetscInt f, PetscPointFn **f0, PetscPointFn **f1) in PetscDSGetResidual() 1353 PetscPointFn **tmp0, **tmp1; in PetscDSGetResidual() 1383 PetscErrorCode PetscDSSetResidual(PetscDS ds, PetscInt f, PetscPointFn *f0, PetscPointFn *f1) in PetscDSSetResidual() 1414 PetscErrorCode PetscDSGetRHSResidual(PetscDS ds, PetscInt f, PetscPointFn **f0, PetscPointFn **f1) in PetscDSGetRHSResidual() 1416 PetscPointFn **tmp0, **tmp1; in PetscDSGetRHSResidual() 1446 PetscErrorCode PetscDSSetRHSResidual(PetscDS ds, PetscInt f, PetscPointFn *f0, PetscPointFn *f1) in PetscDSSetRHSResidual() [all …]
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex3.c | 48 static PetscPointFn *functions[] = {constant, linear, quadratic, trig, prime}; 51 PetscPointFn *exactSol;
|
| /petsc/src/dm/dt/fe/impls/opencl/ |
| H A D | feopencl.c | 507 PetscPointFn *f0_func; in PetscFEIntegrateResidual_OpenCL() 508 PetscPointFn *f1_func; in PetscFEIntegrateResidual_OpenCL()
|
| /petsc/doc/changes/ |
| H A D | 324.md | 202 - Deprecate `PetscPointFunc` in favor of `PetscPointFn *`
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 170 …PetscPointFn *f0 = us… in SetupPrimalProblem()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 1301 PetscErrorCode DMProjectFieldLocal_Swarm(DM dm, PetscReal time, Vec U, PetscPointFn **funcs, Insert… in DMProjectFieldLocal_Swarm()
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 166 PetscPointFn *obj_func; in PetscFEIntegrate_Basic() 396 PetscPointFn **f0_func, **f1_func; in PetscFEIntegrateResidual_Basic()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 126 PetscPointFn *coordFunc; in DMPlexReplace_Internal() 5278 PetscPointFn *coordFunc; in DMSetFromOptions_Plex() 5436 PetscPointFn *coordFunc; in DMSetFromOptions_Plex() 5467 PetscPointFn *coordFunc; in DMSetFromOptions_Plex() 5486 PetscPointFn *mapFunc = NULL; in DMSetFromOptions_Plex()
|
| H A D | plexfem.c | 1182 PetscPointFn *func = (PetscPointFn *)bvfunc; in DMPlexInsertBoundaryValues_Plex() 1244 PetscPointFn *func_t = (PetscPointFn *)bvfunc; in DMPlexInsertTimeDerivativeBoundaryValues_Plex() 2550 PetscPointFn *obj_func; in DMPlexComputeIntegral_Internal()
|
| H A D | plexgeometry.c | 3170 PetscErrorCode DMPlexGetCoordinateMap(DM dm, PetscPointFn **coordFunc) in DMPlexGetCoordinateMap() 3195 PetscErrorCode DMPlexSetCoordinateMap(DM dm, PetscPointFn *coordFunc) in DMPlexSetCoordinateMap()
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 188 PetscErrorCode DMProjectField(DM dm, PetscReal time, Vec U, PetscPointFn **funcs, InsertMode mode, … in DMProjectField()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex76.c | 1583 PetscPointFn *diagnostics[1] = {divergence}; in MonitorError()
|