| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex17.c | 13 PetscBool custom; member 20 options->custom = PETSC_FALSE; in ProcessOptions() 24 …sBool("-custom", "Locate user-defined points", "ex17.c", options->custom, &options->custom, NULL)); in ProcessOptions() 91 if (!user->custom) PetscFunctionReturn(PETSC_SUCCESS); in TestCustomLocation()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petsclog.pxi | 50 cdef extern from * nogil: # custom.h
|
| H A D | petscdevice.pxi | 67 cdef extern from * nogil: # custom.h
|
| H A D | Partitioner.pyx | 155 """Set a custom partition for a mesh.
|
| H A D | petscobj.pxi | 57 cdef extern from * nogil: # custom.h
|
| H A D | PETSc.pyx | 7 #include "lib-petsc/custom.h" 559 # register custom implementations
|
| H A D | petscksp.pxi | 234 cdef extern from * nogil: # custom.h
|
| H A D | petscsnes.pxi | 279 cdef extern from * nogil: # custom.h
|
| H A D | libpetsc4py.pyx | 23 cdef extern from * nogil: # custom.h 1719 cdef extern from * nogil: # custom.h 2062 cdef extern from * nogil: # custom.h 2778 cdef extern from * nogil: # custom.h 2781 cdef extern from * nogil: # custom.h
|
| H A D | petscts.pxi | 354 cdef extern from * nogil: # custom.h
|
| H A D | petscvec.pxi | 217 cdef extern from * nogil: # custom.h
|
| H A D | petscmat.pxi | 532 cdef extern from * nogil: # custom.h 1104 cdef extern from * nogil: # custom.h
|
| H A D | SNES.pyx | 1698 This is only of use to implementers of custom SNES types. 1801 This is only of use to implementers of custom SNES types. 1843 This is only of use to implementers of custom SNES types.
|
| /petsc/doc/changes/ |
| H A D | 321.md | 70 - Add `-vec_mdot_use_gemv` to let `VecMDot()`, `VecMTDot()` use BLAS2 `gemv()` instead of custom un… 71 - Add `-vec_maxpy_use_gemv` to let `VecMAXPY()` use BLAS2 `gemv()` instead of custom unrolled kerne… 148 - Add support for custom predictor callbacks in the second-order generalized-alpha method using `TS…
|
| H A D | 324.md | 113 …roy()` argument to `KSPSetConvergenceTest()` to `PetscCtxDestroyFn*`. If you provide custom destroy
|
| H A D | 34.md | 148 a custom scaling at the interface.
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | overview.rst | 84 custom monitoring routines, convergence criteria, etc.
|
| H A D | petsc_python_types.rst | 112 provided state and functionality on a custom algorithm.
|
| /petsc/src/binding/petsc4py/src/lib-petsc/ |
| H A D | custom.h | 383 PetscErrorCode KSPAddConvergenceTest(KSP ksp, PetscErrorCode (*custom)(KSP, PetscInt, PetscReal, KS… in KSPAddConvergenceTest() 391 ctx->convtestcustom = custom; in KSPAddConvergenceTest()
|
| /petsc/doc/developers/ |
| H A D | style.md | 578 … a Fortran interface. In general, such labeled C functions should have a custom Fortran interface … 594 directory `ftn-custom`, while those automatically generated
|
| H A D | buildsystem.md | 206 custom information, such as information about the machine, configure
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 760 can serve as templates for developing custom applications. We suggest 1043 The user may wish to override or provide custom functionality in many situations. This is handled v…
|
| H A D | other.md | 127 functions to assign custom prefixes, useful for applications with 221 `PetscOptionsMonitorSet()` can be used to provide custom monitors.
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 182 …symbolic API while maintaining compatibility with staggered grids, subdomains, and custom stencils.
|
| /petsc/doc/faq/ |
| H A D | index.md | 924 this option must be `-pc_type none`. You may provide a custom preconditioner with 1165 ### How do I compute a custom norm for KSP to use as a convergence test or for monitoring? 1772 could have custom code to print values in the object. We have only done this for the most
|