Searched refs:NPY_PETSC_REAL (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/ ! |
| H A D | numpy.h | 17 # define NPY_PETSC_REAL NPY_FLOAT macro 20 # define NPY_PETSC_REAL NPY_DOUBLE macro 23 # define NPY_PETSC_REAL NPY_LONGDOUBLE macro 26 # define NPY_PETSC_REAL NPY_FLOAT128 macro 35 # define NPY_PETSC_SCALAR NPY_PETSC_REAL
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ ! |
| H A D | arraynpy.pxi | 65 enum: NPY_PETSC_REAL 91 return PyArray_EMPTY(1, &s, NPY_PETSC_REAL, 0) 116 cdef ndarray ary = PyArray_EMPTY(1, &s, NPY_PETSC_REAL, 0) 151 cdef ndarray ary = iarray(ob, NPY_PETSC_REAL) 194 cdef ndarray ary = oarray(ob, NPY_PETSC_REAL)
|
| H A D | DMSwarm.pyx | 379 if ctype == PETSC_REAL: typenum = NPY_PETSC_REAL 704 cdef ndarray xyz = iarray(coordinates, NPY_PETSC_REAL) 755 cdef ndarray xyz = iarray(coordinates, NPY_PETSC_REAL)
|
| H A D | PETSc.pyx | 176 RealType = PyArray_TypeObjectFromType(NPY_PETSC_REAL)
|
| H A D | petscts.pxi | 563 fvalue_array = PyArray_SimpleNewFromData(1, &s, NPY_PETSC_REAL, fvalue)
|
| H A D | PC.pyx | 753 cdef ndarray xyz = iarray(coordinates, NPY_PETSC_REAL)
|
| H A D | DMPlex.pyx | 71 coords = PyArray_FROM_OTF(coords, NPY_PETSC_REAL, npy_flags)
|
| H A D | Mat.pyx | 1584 xyz = iarray(coordinates, NPY_PETSC_REAL)
|