Searched refs:n_components (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/deal.II/ |
| H A D | bps-kokkos.h | 41 template <int dim, int fe_degree, int n_q_points_1d, int n_components, typename Number> 46 operator()(Portable::FEEvaluation<dim, fe_degree, n_q_points_1d, n_components, Number> *fe_eval, in operator() 55 template <int dim, int fe_degree, int n_q_points_1d, int n_components, typename Number> 60 operator()(Portable::FEEvaluation<dim, fe_degree, n_q_points_1d, n_components, Number> *fe_eval, in operator() 69 template <int dim, int fe_degree, int n_q_points_1d, int n_components, typename Number> 78 Portable::FEEvaluation<dim, fe_degree, n_q_points_1d, n_components, Number> fe_eval(data); in operator() 82 OperatorDealiiMassQuad<dim, fe_degree, n_q_points_1d, n_components, Number>()); in operator() 87 static const unsigned int n_local_dofs = Utilities::pow(fe_degree + 1, dim) * n_components; 93 template <int dim, int fe_degree, int n_q_points_1d, int n_components, typename Number> 102 Portable::FEEvaluation<dim, fe_degree, n_q_points_1d, n_components, Number> fe_eval(data); in operator() [all …]
|
| H A D | bps-cpu.h | 93 if (dof_handler.get_fe().n_components() == 1) in vmult() 99 AssertThrow(dof_handler.get_fe().n_components() == dim, ExcInternalError()); in vmult() 122 if (dof_handler.get_fe().n_components() == 1) in compute_inverse_diagonal() 131 AssertThrow(dof_handler.get_fe().n_components() == dim, ExcInternalError()); in compute_inverse_diagonal() 147 template <int n_components> 149 do_cell_integral_local(FEEvaluation<dim, -1, 0, n_components, Number> &phi) const in do_cell_integral_local() argument 170 template <int n_components> 177 FEEvaluation<dim, -1, 0, n_components, Number> phi(matrix_free, range); in do_cell_integral_range()
|
| H A D | bps-ceed.h | 103 const auto n_components = fe.n_components(); in reinit() local 107 AssertThrow(n_components == 1, ExcInternalError()); in reinit() 111 AssertThrow(n_components == dim, ExcInternalError()); in reinit() 140 n_components, in reinit() 164 indices.reserve(n_local_active_cells * fe.n_dofs_per_cell() / n_components); in reinit() 182 fe.n_dofs_per_cell() / n_components, in reinit() 183 n_components, in reinit() 229 CeedQFunctionAddInput(qf_apply, "u", n_components, CEED_EVAL_INTERP); in reinit() 231 CeedQFunctionAddInput(qf_apply, "u", dim * n_components, CEED_EVAL_GRAD); in reinit() 236 CeedQFunctionAddOutput(qf_apply, "v", n_components, CEED_EVAL_INTERP); in reinit() [all …]
|
| H A D | bps.h | 78 this->n_components = in BPInfo() 88 unsigned int n_components; member
|
| H A D | bps-kokkos.cc | 160 const unsigned int n_components = in main() local 166 FESystem<dim> fe(FE_Q<dim>(fe_degree), n_components); in main()
|
| H A D | bps-cpu.cc | 160 const unsigned int n_components = in main() local 166 FESystem<dim> fe(FE_Q<dim>(fe_degree), n_components); in main()
|