Searched refs:make_array (Results 1 – 5 of 5) sorted by relevance
38 PETSC_NODISCARD inline constexpr detail::array_return_type<D, T...> make_array(T &&...t) noexcept(s… in make_array() function
253 util::make_array( in SetPreallocationCOO()259 util::make_array( in SetPreallocationCOO()
1076 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()
38 static constexpr auto mark_funcs = Petsc::util::make_array(mem_read, mem_write, mem_read_write);
1940 for (auto ftype : util::make_array(MAT_FACTOR_LU, MAT_FACTOR_CHOLESKY, MAT_FACTOR_QR)) { in MatSolverTypeRegister_DENSECUPM()