Lines Matching refs:dst
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()
189 this->vmult_internal<1, 1, 3>(dst, src); in vmult()
191 this->vmult_internal<1, 2, 4>(dst, src); in vmult()
193 this->vmult_internal<dim, 1, 3>(dst, src); in vmult()
195 this->vmult_internal<dim, 2, 4>(dst, src); in vmult()
199 matrix_free.copy_constrained_values(src, dst); in vmult()
249 vmult_internal(VectorType &dst, const VectorType &src) const in vmult_internal() argument
254 matrix_free.cell_loop(mass_operator, src, dst); in vmult_internal()
260 matrix_free.cell_loop(local_operator, src, dst); in vmult_internal()