| /petsc/src/binding/petsc4py/demo/python_types/ |
| H A D | pc.py | 9 def apply(self, pc, x, y): member in myJacobi
|
| H A D | pcpython_protocol.py | 12 def apply(self, pc: PC, b: Vec, x: Vec) -> None: member in PCPythonProtocol
|
| /petsc/src/dm/tests/ |
| H A D | ex37.c | 7 PetscErrorCode apply(PetscCtx ctx, PetscInt n, const PetscScalar *x, PetscScalar *y) in apply() function
|
| /petsc/src/vec/pf/ |
| H A D | pfimpl.h | 12 PetscErrorCode (*apply)(void *, PetscInt, const PetscScalar *, PetscScalar *); member
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_pc_py.py | 17 def apply(self, pc, x, y): member in BaseMyPC 40 def apply(self, pc, x, y): member in MyPCNone 57 def apply(self, pc, x, y): member in MyPCJacobi 109 def apply(self, pc, x, y): member in PC_PYTHON_CLASS
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | MatPartitioning.pyx | 144 def apply(self, IS partitioning) -> None: member in MatPartitioning
|
| H A D | IS.pyx | 1471 def apply( member in LGMap
|
| H A D | TAO.pyx | 2393 def apply(self, Vec x, Vec g, Vec s) -> tuple[float, float, str]: member in TAOLineSearch
|
| H A D | PC.pyx | 585 def apply(self, Vec x, Vec y) -> None: member in PC
|
| H A D | DMPlex.pyx | 3658 def apply(self, DM dm) -> DM: member in DMPlexTransform
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _patch.py | 50 def apply(self, src: str, offset: int) -> tuple[str, int]: member in Delta
|
| /petsc/src/ksp/pc/impls/mat/ |
| H A D | pcmat.c | 15 PCMatOperation apply; member
|
| /petsc/include/petsc/private/ |
| H A D | pcimpl.h | 13 PetscErrorCode (*apply)(PC, Vec, Vec); member
|
| H A D | taolinesearchimpl.h | 13 PetscErrorCode (*apply)(TaoLineSearch, Vec, PetscReal *, Vec, Vec); member
|
| H A D | linesearchimpl.h | 14 SNESLineSearchApplyFn *apply; member
|
| H A D | matimpl.h | 538 PetscErrorCode (*apply)(MatPartitioning, IS *); member 565 PetscErrorCode (*apply)(MatCoarsen); member 682 PetscErrorCode (*apply)(MatColoring, ISColoring *); member
|
| H A D | petscfeimpl.h | 98 …PetscErrorCode (*apply)(PetscDualSpace, PetscInt, PetscReal, PetscFEGeom *, PetscInt, PetscErrorCo… member
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | example100.py | 90 def apply(self, pc, x, y): member in Jacobi
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex42.c | 15 CeedQFunctionUser setupgeo, apply; member
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 13 PetscErrorCode (*apply)(PC, Vec, Vec); member
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 238 const auto apply = [&](PetscScalar *xinout, PetscScalar *yin = nullptr) { in PointwiseUnary_() local
|