| /petsc/include/petsc/private/ |
| H A D | petscdsimpl.h | 110 PetscSimplePointFn **exactSol; // Exact solutions for each field 112 PetscSimplePointFn **exactSol_t; // Time derivative of the exact solutions for each field 114 PetscSimplePointFn **lowerBound; // Lower bounds for each each field 116 PetscSimplePointFn **upperBound; // Upper bounds for each each field
|
| H A D | dmswarmimpl.h | 79 PetscSimplePointFn *coordFunc; /* Function to set particle coordinates */ 80 PetscSimplePointFn *velFunc; /* Function to set particle velocities */
|
| H A D | dmplextransformimpl.h | 81 PetscSimplePointFn *normalFunc; /* A function returning the normal at a given point */
|
| H A D | kspimpl.h | 227 PetscSimplePointFn *exactSol; in KSPLogErrorHistory()
|
| /petsc/include/ |
| H A D | petscdstypes.h | 283 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode PetscSimplePointFn(PetscInt dim, PetscReal time, const … typedef 285 PETSC_EXTERN_TYPEDEF typedef PetscSimplePointFn *PetscSimplePointFunc PETSC_DEPRECATED_TYPEDEF(3, 2…
|
| /petsc/src/ts/tutorials/ |
| H A D | ex47.c | 167 PetscSimplePointFn *funcs[1] = {velocity}; in SetupVelocity() 228 PetscSimplePointFn *func[1]; in MonitorError() 260 PetscSimplePointFn *func[1]; in MyTSMonitorError() 303 PetscSimplePointFn *func[1]; in main()
|
| H A D | ex46.c | 298 PetscSimplePointFn *funcs[2]; in MonitorError() 343 PetscSimplePointFn *funcs[2]; in main()
|
| H A D | ex76.c | 1179 …e UniformBoundaryConditions(DM dm, DMLabel label, PetscSimplePointFn *exactFuncs[], PetscSimplePoi… in UniformBoundaryConditions() 1209 PetscSimplePointFn *exactFuncs[3]; in SetupProblem() 1210 PetscSimplePointFn *exactFuncs_t[3]; in SetupProblem()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex46.c | 8 PetscSimplePointFn *funcs[2]; /* Functions to test */ 97 static PetscErrorCode CheckError(DM dm, Vec u, PetscSimplePointFn *funcs[]) in CheckError()
|
| H A D | ex19.c | 66 PetscSimplePointFn *funcs[1] = {sensor}; in ComputeMetricSensor()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 880 PetscErrorCode DMSwarmGetCoordinateFunction(DM sw, PetscSimplePointFn **coordFunc) in DMSwarmGetCoordinateFunction() 904 PetscErrorCode DMSwarmSetCoordinateFunction(DM sw, PetscSimplePointFn *coordFunc) in DMSwarmSetCoordinateFunction() 930 PetscErrorCode DMSwarmGetVelocityFunction(DM sw, PetscSimplePointFn **velFunc) in DMSwarmGetVelocityFunction() 954 PetscErrorCode DMSwarmSetVelocityFunction(DM sw, PetscSimplePointFn *velFunc) in DMSwarmSetVelocityFunction() 1081 PetscSimplePointFn *coordFunc; in DMSwarmComputeLocalSizeFromOptions() 1117 PetscSimplePointFn *coordFunc; in DMSwarmInitializeCoordinates() 1215 PetscSimplePointFn *velFunc; in DMSwarmInitializeVelocities() 1287 PetscSimplePointFn *velFunc; in DMSwarmInitializeVelocitiesFromOptions()
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex3.c | 147 PetscSimplePointFn *exactSol[1]; in CheckInterpolation() 171 PetscSimplePointFn *exactSol[1]; in CheckL2Projection()
|
| /petsc/doc/changes/ |
| H A D | 324.md | 201 - Deprecate `PetscSimplePointFunc` in favor of `PetscSimplePointFn *`
|
| H A D | 321.md | 171 - Deprecate `PetscSimplePointFunc` in favor of `PetscSimplePointFn`
|
| /petsc/src/snes/tutorials/ |
| H A D | ex71.c | 328 PetscSimplePointFn *exactFuncs[2]; in main()
|
| H A D | ex36.c | 155 PetscSimplePointFn *ex; in SetupPrimalProblem()
|
| H A D | ex27.c | 739 PetscSimplePointFn *func[2] = {NULL, NULL}; in main()
|
| /petsc/src/snes/utils/ |
| H A D | convest.c | 279 PetscSimplePointFn **funcs; in PetscConvEstComputeErrorSNES_Private()
|
| H A D | dmplexsnes.c | 1063 PetscSimplePointFn **lfuncs, **ufuncs; in DMPlexSetSNESVariableBounds()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex11.c | 16 PetscSimplePointFn *func; // Function used to set particle weights
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrextrude.c | 66 PetscSimplePointFn *normalFunc; in DMPlexTransformSetFromOptions_Extrude() 1248 PetscErrorCode DMPlexTransformExtrudeSetNormalFunction(DMPlexTransform tr, PetscSimplePointFn *norm… in DMPlexTransformExtrudeSetNormalFunction()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 545 PetscSimplePointFn **tmpexactSol, **tmpexactSol_t, **tmplowerBound, **tmpupperBound; in PetscDSEnlarge_Static() 3860 PetscSimplePointFn *sol; in PetscDSCopyExactSolutions() 3894 PetscSimplePointFn *bound; in PetscDSCopyBounds()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1174 PetscSimplePointFn *func = (PetscSimplePointFn *)bvfunc; in DMPlexInsertBoundaryValues_Plex() 1236 PetscSimplePointFn *func_t = (PetscSimplePointFn *)bvfunc; in DMPlexInsertTimeDerivativeBoundaryValues_Plex() 1290 funcs[field] = (PetscSimplePointFn *)bvfunc; in DMPlexInsertBounds_Plex()
|
| H A D | plexcreate.c | 3841 PetscSimplePointFn *normalFunc = NULL; in DMPlexCreateTPSMesh_Internal()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 8201 PetscSimplePointFn *lfunc, *ufunc; in DMHasBound()
|