Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdstypes.h127 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 Dpetscds.h144 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 Dpetscdmplex.h340 PETSC_EXTERN PetscErrorCode DMPlexGetCoordinateMap(DM, PetscPointFn **);
341 PETSC_EXTERN PetscErrorCode DMPlexSetCoordinateMap(DM, PetscPointFn *);
H A Dpetscksp.h1377 PETSC_EXTERN PetscErrorCode DMProjectField(DM, PetscReal, Vec, PetscPointFn **, InsertMode, Vec);
/petsc/src/dm/dt/tests/
H A Dex12.c25 …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 Ddmswarmimpl.h107 PETSC_INTERN PetscErrorCode DMProjectFieldLocal_Swarm(DM, PetscReal, Vec, PetscPointFn **, InsertMo…
H A Dpetscdsimpl.h109 PetscPointFn **update; // Direct update of field coefficients
H A Ddmpleximpl.h231 PetscPointFn *coordFunc; /* Function used to remap newly introduced vertices */
/petsc/src/dm/dt/interface/
H A Ddtds.c544 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 Dex3.c48 static PetscPointFn *functions[] = {constant, linear, quadratic, trig, prime};
51 PetscPointFn *exactSol;
/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c507 PetscPointFn *f0_func; in PetscFEIntegrateResidual_OpenCL()
508 PetscPointFn *f1_func; in PetscFEIntegrateResidual_OpenCL()
/petsc/doc/changes/
H A D324.md202 - Deprecate `PetscPointFunc` in favor of `PetscPointFn *`
/petsc/src/snes/tutorials/
H A Dex13.c170PetscPointFn *f0 = us… in SetupPrimalProblem()
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c1301 PetscErrorCode DMProjectFieldLocal_Swarm(DM dm, PetscReal time, Vec U, PetscPointFn **funcs, Insert… in DMProjectFieldLocal_Swarm()
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c166 PetscPointFn *obj_func; in PetscFEIntegrate_Basic()
396 PetscPointFn **f0_func, **f1_func; in PetscFEIntegrateResidual_Basic()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c126 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 Dplexfem.c1182 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 Dplexgeometry.c3170 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 Ddmproject.c188 PetscErrorCode DMProjectField(DM dm, PetscReal time, Vec U, PetscPointFn **funcs, InsertMode mode, … in DMProjectField()
/petsc/src/ts/tutorials/
H A Dex76.c1583 PetscPointFn *diagnostics[1] = {divergence}; in MonitorError()