Searched refs:NPY_PETSC_INT (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/ |
| H A D | numpy.h | 11 # define NPY_PETSC_INT NPY_INT64 macro 13 # define NPY_PETSC_INT NPY_INT macro
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | arraynpy.pxi | 64 enum: NPY_PETSC_INT 76 cdef dtype descr = <dtype> PyArray_DescrFromType(NPY_PETSC_INT) 87 return PyArray_EMPTY(1, &s, NPY_PETSC_INT, 0) 109 cdef ndarray ary = PyArray_EMPTY(1, &s, NPY_PETSC_INT, 0) 145 cdef ndarray ary = iarray(ob, NPY_PETSC_INT) 186 cdef ndarray ary = oarray(ob, NPY_PETSC_INT)
|
| H A D | petscis.pxi | 195 cdef dtype descr = PyArray_DescrFromType(NPY_PETSC_INT)
|
| H A D | PETSc.pyx | 175 IntType = PyArray_TypeObjectFromType(NPY_PETSC_INT)
|
| H A D | petscts.pxi | 582 events_zero_array = PyArray_SimpleNewFromData(1, &s, NPY_PETSC_INT, events_zero)
|
| H A D | DMSwarm.pyx | 378 if ctype == PETSC_INT: typenum = NPY_PETSC_INT
|
| H A D | DMPlex.pyx | 70 cells = PyArray_FROM_OTF(cells, NPY_PETSC_INT, npy_flags)
|