Searched defs:ob (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | arraynpy.pxi | 72 cdef inline ndarray asarray(object ob): 137 cdef inline ndarray iarray(object ob, int typenum): 144 cdef inline ndarray iarray_i(object ob, PetscInt* size, PetscInt** data): 150 cdef inline ndarray iarray_r(object ob, PetscInt* size, PetscReal** data): 156 cdef inline ndarray iarray_b(object ob, PetscInt* size, PetscBool** data): 162 cdef inline ndarray iarray_s(object ob, PetscInt* size, PetscScalar** data): 170 cdef inline ndarray oarray(object ob, int typenum): 177 cdef inline ndarray oarray_b(object ob, PetscInt* size, PetscBool** data): 185 cdef inline ndarray oarray_i(object ob, PetscInt* size, PetscInt** data): 193 cdef inline ndarray oarray_r(object ob, PetscInt* size, PetscReal** data): [all …]
|
| H A D | petscobj.pxi | 114 cdef inline void Py_DecRef(PyObject *ob) noexcept with gil:
|
| /petsc/src/snes/interface/ |
| H A D | snesob.c | 85 PetscErrorCode SNESComputeObjective(SNES snes, Vec X, PetscReal *ob) in SNESComputeObjective() 144 PetscReal ob, ob1, ob2, ob3, fob, dx, eps = 1e-6; in SNESObjectiveComputeFunctionDefaultFD() local
|
| /petsc/include/petsc/finclude/ |
| H A D | petscsysbase.h | 170 #define PetscObjectSpecificCast(sp,ob) sp%v = ob%v argument
|
| /petsc/src/snes/utils/ |
| H A D | dmdasnes.c | 116 static PetscErrorCode SNESComputeObjective_DMDA(SNES snes, Vec X, PetscReal *ob, PetscCtx ctx) in SNESComputeObjective_DMDA()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex20opt_ic.c | 30 PetscReal ob[2]; /* observation used by the cost function */ member
|
| H A D | ex20opt_p.c | 33 PetscReal ob[2]; /* observation used by the cost function */ member
|