| /petsc/src/dm/field/impls/shell/ |
| H A D | dmfieldshell.c | 187 PetscErrorCode DMFieldShellSetEvaluate(DMField field, PetscErrorCode (*evaluate)(DMField, Vec, Pets… in DMFieldShellSetEvaluate() 191 field->ops->evaluate = evaluate; in DMFieldShellSetEvaluate() 231 field->ops->evaluate = NULL; in DMFieldInitialize_Shell()
|
| /petsc/include/petsc/private/ |
| H A D | dmfieldimpl.h | 16 PetscErrorCode (*evaluate)(DMField, Vec, PetscDataType, void *, void *, void *); member
|
| H A D | petscfeimpl.h | 32 …PetscErrorCode (*evaluate)(PetscSpace, PetscInt, const PetscReal *, PetscReal *, PetscReal *, Pets… member
|
| /petsc/src/snes/tutorials/ |
| H A D | ex5m.m | 20 % evaluate interior part of function
|
| /petsc/src/dm/dt/space/impls/point/ |
| H A D | spacepoint.c | 101 sp->ops->evaluate = PetscSpaceEvaluate_Point; in PetscSpaceInitialize_Point()
|
| /petsc/doc/changes/ |
| H A D | 311.md | 38 differencing to evaluate product; requires real functions but
|
| H A D | 317.md | 321 - Add `PetscDTPTrimmedEvalJet()` to evaluate a stable basis for trimmed polynomials, and `PetscDTPT…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMUtils.pyx | 48 def evaluate(self, DM dm, Vec x, Vec v=None) -> Vec: member in DMInterpolation
|
| H A D | TS.pyx | 683 The time at which to evaluate the RHS. 705 The time at which to evaluate the RHS. 727 The time at which to evaluate the Jacobian. 753 The time at which to evaluate the Jacobian. 1562 """Set the time span and time points to evaluate solution at. 2759 Enable to evaluate forward in time.
|
| /petsc/src/dm/dt/space/interface/ |
| H A D | space.c | 490 PetscTryTypeMethod(sp, evaluate, npoints, points, B, D, H); in PetscSpaceEvaluate()
|
| /petsc/src/dm/field/interface/ |
| H A D | dmfield.c | 242 PetscUseTypeMethod(field, evaluate, points, datatype, B, D, H); in DMFieldEvaluate()
|
| /petsc/src/dm/dt/space/impls/poly/ |
| H A D | spacepoly.c | 347 sp->ops->evaluate = PetscSpaceEvaluate_Polynomial; in PetscSpaceInitialize_Polynomial()
|
| /petsc/src/dm/dt/space/impls/ptrimmed/ |
| H A D | spaceptrimmed.c | 349 sp->ops->evaluate = PetscSpaceEvaluate_Ptrimmed; in PetscSpaceInitialize_Ptrimmed()
|
| /petsc/doc/manual/ |
| H A D | tao.md | 116 evaluate the objective function, compute constraints, and provide 205 routines that evaluate the gradient vector and Hessian matrix. 217 may be specific to an application and necessary to evaluate the 238 to evaluate the objective function. Some solvers may also require the 239 application to evaluate derivatives of the objective function. Routines 249 in order to evaluate an objective function 276 Routines that evaluate the gradient should have the calling sequence 302 routines, TAO also allows the user to evaluate the function and the 698 object. The second argument is the variable vector at which to evaluate 812 second argument is the variable vector at which to evaluate the Jacobian [all …]
|
| H A D | ts.md | 1189 original ODE. To evaluate the integral, one needs to create a child 1278 For ODE solution, PETSc requires user-provided functions to evaluate the 1332 context of multistage timestepping methods) to evaluate the Jacobian
|
| H A D | performance.md | 644 to evaluate the performance of various numerical methods.
|
| H A D | snes.md | 60 provide a C, C++, Fortran, or Python routine to evaluate the nonlinear function
|
| H A D | vec.md | 114 parallel is that, to evaluate a local function, `f(x)`, each process
|
| /petsc/src/dm/dt/space/impls/wxy/ |
| H A D | spacewxy.c | 372 sp->ops->evaluate = PetscSpaceEvaluate_WXY; in PetscSpaceInitialize_WXY()
|
| /petsc/src/dm/field/impls/da/ |
| H A D | dmfieldda.c | 406 field->ops->evaluate = DMFieldEvaluate_DA; in DMFieldInitialize_DA()
|
| /petsc/src/dm/dt/space/impls/sum/ |
| H A D | spacesum.c | 625 sp->ops->evaluate = PetscSpaceEvaluate_Sum; in PetscSpaceInitialize_Sum()
|
| /petsc/src/dm/dt/space/impls/subspace/ |
| H A D | spacesubspace.c | 424 sp->ops->evaluate = PetscSpaceEvaluate_Subspace; in PetscSpaceInitialize_Subspace()
|
| /petsc/src/dm/dt/space/impls/tensor/ |
| H A D | spacetensor.c | 631 sp->ops->evaluate = PetscSpaceEvaluate_Tensor; in PetscSpaceInitialize_Tensor()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 1135 field->ops->evaluate = DMFieldEvaluate_DS; in DMFieldInitialize_DS()
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 57 … the integrand is determined by the physics. Given a quadrature rule to evaluate the form integral…
|