Searched refs:dst (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/deal.II/ |
| H A D | bps-kokkos.h | 76 Portable::DeviceVector<Number> &dst) const in operator() 84 fe_eval.distribute_local_to_global(dst); in operator() 100 Portable::DeviceVector<Number> &dst) const in operator() 108 fe_eval.distribute_local_to_global(dst); in operator() 172 vmult(VectorType &dst, const VectorType &src) const override in vmult() argument 174 dst = 0.0; in vmult() 181 this->vmult_internal<1, 1, 2>(dst, src); in vmult() 183 this->vmult_internal<1, 2, 3>(dst, src); in vmult() 185 this->vmult_internal<dim, 1, 2>(dst, src); in vmult() 187 this->vmult_internal<dim, 2, 3>(dst, src); in vmult() [all …]
|
| H A D | bps-cpu.h | 91 vmult(VectorType &dst, const VectorType &src) const override in vmult() argument 95 matrix_free.cell_loop(&OperatorDealii::do_cell_integral_range<1>, this, dst, src, true); in vmult() 101 matrix_free.cell_loop(&OperatorDealii::do_cell_integral_range<dim>, this, dst, src, true); in vmult() 173 VectorType &dst, in do_cell_integral_range() argument 184 phi.distribute_local_to_global(dst); // write to destination vector in do_cell_integral_range()
|
| H A D | bps.h | 115 vmult(VectorType &dst, const VectorType &src) const = 0;
|
| H A D | bps-ceed.h | 267 vmult(VectorType &dst, const VectorType &src) const override in vmult() argument 276 y.import_array(dst, CEED_MEM_HOST); in vmult() 287 dst.compress(VectorOperation::add); in vmult() 290 constraints.set_zero(dst); in vmult()
|