Home
last modified time | relevance | path

Searched defs:ob (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Darraynpy.pxi72 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 Dpetscobj.pxi114 cdef inline void Py_DecRef(PyObject *ob) noexcept with gil:
/petsc/src/snes/interface/
H A Dsnesob.c85 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 Dpetscsysbase.h170 #define PetscObjectSpecificCast(sp,ob) sp%v = ob%v argument
/petsc/src/snes/utils/
H A Ddmdasnes.c116 static PetscErrorCode SNESComputeObjective_DMDA(SNES snes, Vec X, PetscReal *ob, PetscCtx ctx) in SNESComputeObjective_DMDA()
/petsc/src/ts/tutorials/
H A Dex20opt_ic.c30 PetscReal ob[2]; /* observation used by the cost function */ member
H A Dex20opt_p.c33 PetscReal ob[2]; /* observation used by the cost function */ member