Home
last modified time | relevance | path

Searched defs:ScalarType (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkoskernels.kokkos.cxx126 using ScalarType = typename ValuesViewType::non_const_value_type; in run() typedef
240 using ScalarType = typename AMatrixValueView::non_const_value_type; in PCApply_BJKOKKOSKERNELS() typedef
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPETSc.pyx177 ScalarType = PyArray_TypeObjectFromType(NPY_PETSC_SCALAR) variable