Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Darray.hpp38 PETSC_NODISCARD inline constexpr detail::array_return_type<D, T...> make_array(T &&...t) noexcept(s… in make_array() function
/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp253 util::make_array( in SetPreallocationCOO()
259 util::make_array( in SetPreallocationCOO()
/petsc/include/petsc/private/
H A Dveccupmimpl.h1076 const auto cntptrs = util::make_array( in ResetPreallocationCOO_CUPMBase()
1088 …for (auto &&ptr : util::make_array(std::ref(vcu->sendbuf_d), std::ref(vcu->recvbuf_d))) PetscCallC… in ResetPreallocationCOO_CUPMBase()
1106 util::make_array( in SetPreallocationCOO_CUPMBase()
/petsc/src/sys/objects/device/tests/
H A Dex11.cxx38 static constexpr auto mark_funcs = Petsc::util::make_array(mem_read, mem_write, mem_read_write);
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1940 for (auto ftype : util::make_array(MAT_FACTOR_LU, MAT_FACTOR_CHOLESKY, MAT_FACTOR_QR)) { in MatSolverTypeRegister_DENSECUPM()