Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 21 of 21) sorted by relevance

/petsc/src/binding/petsc4py/demo/python_types/
H A Dpc.py9 def apply(self, pc, x, y): member in myJacobi
H A Dpcpython_protocol.py12 def apply(self, pc: PC, b: Vec, x: Vec) -> None: member in PCPythonProtocol
/petsc/src/dm/tests/
H A Dex37.c7 PetscErrorCode apply(PetscCtx ctx, PetscInt n, const PetscScalar *x, PetscScalar *y) in apply() function
/petsc/src/vec/pf/
H A Dpfimpl.h12 PetscErrorCode (*apply)(void *, PetscInt, const PetscScalar *, PetscScalar *); member
/petsc/src/binding/petsc4py/test/
H A Dtest_pc_py.py17 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 DMatPartitioning.pyx144 def apply(self, IS partitioning) -> None: member in MatPartitioning
H A DIS.pyx1471 def apply( member in LGMap
H A DTAO.pyx2393 def apply(self, Vec x, Vec g, Vec s) -> tuple[float, float, str]: member in TAOLineSearch
H A DPC.pyx585 def apply(self, Vec x, Vec y) -> None: member in PC
H A DDMPlex.pyx3658 def apply(self, DM dm) -> DM: member in DMPlexTransform
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_patch.py50 def apply(self, src: str, offset: int) -> tuple[str, int]: member in Delta
/petsc/src/ksp/pc/impls/mat/
H A Dpcmat.c15 PCMatOperation apply; member
/petsc/include/petsc/private/
H A Dpcimpl.h13 PetscErrorCode (*apply)(PC, Vec, Vec); member
H A Dtaolinesearchimpl.h13 PetscErrorCode (*apply)(TaoLineSearch, Vec, PetscReal *, Vec, Vec); member
H A Dlinesearchimpl.h14 SNESLineSearchApplyFn *apply; member
H A Dmatimpl.h538 PetscErrorCode (*apply)(MatPartitioning, IS *); member
565 PetscErrorCode (*apply)(MatCoarsen); member
682 PetscErrorCode (*apply)(MatColoring, ISColoring *); member
H A Dpetscfeimpl.h98 …PetscErrorCode (*apply)(PetscDualSpace, PetscInt, PetscReal, PetscFEGeom *, PetscInt, PetscErrorCo… member
/petsc/src/ksp/ksp/tutorials/
H A Dexample100.py90 def apply(self, pc, x, y): member in Jacobi
/petsc/src/dm/impls/plex/tests/
H A Dex42.c15 CeedQFunctionUser setupgeo, apply; member
/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c13 PetscErrorCode (*apply)(PC, Vec, Vec); member
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp238 const auto apply = [&](PetscScalar *xinout, PetscScalar *yin = nullptr) { in PointwiseUnary_() local