Home
last modified time | relevance | path

Searched refs:PetscSimplePointFn (Results 1 – 25 of 25) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscdsimpl.h110 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 Ddmswarmimpl.h79 PetscSimplePointFn *coordFunc; /* Function to set particle coordinates */
80 PetscSimplePointFn *velFunc; /* Function to set particle velocities */
H A Ddmplextransformimpl.h81 PetscSimplePointFn *normalFunc; /* A function returning the normal at a given point */
H A Dkspimpl.h227 PetscSimplePointFn *exactSol; in KSPLogErrorHistory()
/petsc/include/
H A Dpetscdstypes.h283 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 Dex47.c167 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 Dex46.c298 PetscSimplePointFn *funcs[2]; in MonitorError()
343 PetscSimplePointFn *funcs[2]; in main()
H A Dex76.c1179 …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 Dex46.c8 PetscSimplePointFn *funcs[2]; /* Functions to test */
97 static PetscErrorCode CheckError(DM dm, Vec u, PetscSimplePointFn *funcs[]) in CheckError()
H A Dex19.c66 PetscSimplePointFn *funcs[1] = {sensor}; in ComputeMetricSensor()
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c880 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 Dex3.c147 PetscSimplePointFn *exactSol[1]; in CheckInterpolation()
171 PetscSimplePointFn *exactSol[1]; in CheckL2Projection()
/petsc/doc/changes/
H A D324.md201 - Deprecate `PetscSimplePointFunc` in favor of `PetscSimplePointFn *`
H A D321.md171 - Deprecate `PetscSimplePointFunc` in favor of `PetscSimplePointFn`
/petsc/src/snes/tutorials/
H A Dex71.c328 PetscSimplePointFn *exactFuncs[2]; in main()
H A Dex36.c155 PetscSimplePointFn *ex; in SetupPrimalProblem()
H A Dex27.c739 PetscSimplePointFn *func[2] = {NULL, NULL}; in main()
/petsc/src/snes/utils/
H A Dconvest.c279 PetscSimplePointFn **funcs; in PetscConvEstComputeErrorSNES_Private()
H A Ddmplexsnes.c1063 PetscSimplePointFn **lfuncs, **ufuncs; in DMPlexSetSNESVariableBounds()
/petsc/src/dm/impls/swarm/tests/
H A Dex11.c16 PetscSimplePointFn *func; // Function used to set particle weights
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c66 PetscSimplePointFn *normalFunc; in DMPlexTransformSetFromOptions_Extrude()
1248 PetscErrorCode DMPlexTransformExtrudeSetNormalFunction(DMPlexTransform tr, PetscSimplePointFn *norm… in DMPlexTransformExtrudeSetNormalFunction()
/petsc/src/dm/dt/interface/
H A Ddtds.c545 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 Dplexfem.c1174 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 Dplexcreate.c3841 PetscSimplePointFn *normalFunc = NULL; in DMPlexCreateTPSMesh_Internal()
/petsc/src/dm/interface/
H A Ddm.c8201 PetscSimplePointFn *lfunc, *ufunc; in DMHasBound()