Home
last modified time | relevance | path

Searched refs:root_type (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/utils/
H A Dveccreatematdense.c27 VecType root_type = VECSTANDARD; in MatCreateDenseFromVecType() local
36 if (iscuda) root_type = VECCUDA; in MatCreateDenseFromVecType()
37 else if (iship) root_type = VECHIP; in MatCreateDenseFromVecType()
44 root_type = VECKOKKOS; in MatCreateDenseFromVecType()
68 PetscCall(MatSetVecType(*A, root_type)); in MatCreateDenseFromVecType()