Home
last modified time | relevance | path

Searched refs:shape_hessians (Results 1 – 15 of 15) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dtensor_product_kernels.h163 , shape_hessians(nullptr)
176 , shape_hessians(shape_hessians.begin())
592 , shape_hessians(nullptr)
607 , shape_hessians(shape_hessians.begin())
1022 , shape_hessians(shape_hessians.begin())
1600 , shape_hessians(nullptr)
1610 , shape_hessians(nullptr)
1626 , shape_hessians(shape_hessians.begin())
1989 , shape_hessians(nullptr)
1999 , shape_hessians(nullptr)
[all …]
H A Dshape_info.templates.h110 auto &shape_hessians = univariate_shape_data.shape_hessians; in reinit() local
240 shape_hessians.resize_fast(array_size); in reinit()
265 shape_hessians[i * n_q_points_1d + q] = in reinit()
602 auto & shape_hessians = univariate_shape_data.shape_hessians; in check_1d_shapes_symmetric() local
668 shape_hessians[i * n_q_points_1d + j] - in check_1d_shapes_symmetric()
669 shape_hessians[(n_dofs_1d - i) * n_q_points_1d - j - 1])) > in check_1d_shapes_symmetric()
703 convert_to_eo(shape_hessians, fe_degree + 1, n_q_points_1d); in check_1d_shapes_symmetric()
778 memory += MemoryConsumption::memory_consumption(shape_hessians); in memory_consumption()
H A Dshape_info.h153 AlignedVector<Number> shape_hessians; member
H A Devaluation_kernels.h174 shape_info.data.front().shape_hessians,
446 shape_info.data.front().shape_hessians,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dfe_poly.templates.h308 mapping.transform(make_array_view(fe_data.shape_hessians, k), in fill_fe_values()
311 make_array_view(output_data.shape_hessians, k)); in fill_fe_values()
398 make_array_view(fe_data.shape_hessians, k, offset, quadrature.size()), in fill_fe_face_values()
401 make_array_view(output_data.shape_hessians, k)); in fill_fe_face_values()
493 make_array_view(fe_data.shape_hessians, k, offset, quadrature.size()), in fill_fe_subface_values()
496 make_array_view(output_data.shape_hessians, k)); in fill_fe_subface_values()
533 output_data.shape_hessians[dof][i] -= in correct_hessians()
558 output_data.shape_hessians[dof][i][k][m]) + in correct_third_derivatives()
560 output_data.shape_hessians[dof][i][j][m]) + in correct_third_derivatives()
562 output_data.shape_hessians[dof][i][l][m]) + in correct_third_derivatives()
H A Dfe_poly.h311 data.shape_hessians.reinit(this->n_dofs_per_cell(), n_q_points); in get_data()
357 data.shape_hessians[k][i] = grad_grads[k]; in get_data()
452 Table<2, Tensor<2, dim>> shape_hessians; variable
H A Dfe_update_flags.h581 HessianVector shape_hessians; variable
H A Dfe_values.h4181 .shape_hessians[shape_function_data[shape_function].row_index][q_point];
4518 fe_values->finite_element_output.shape_hessians[snc][q_point];
4528 fe_values->finite_element_output.shape_hessians
5170 return this->finite_element_output.shape_hessians[i][j];
5185 return this->finite_element_output.shape_hessians[row][j];
5216 return this->finite_element_output.shape_hessians[row][j];
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/fe/
H A Dfe_values.cc1141 &shape_hessians[snc][0]; in do_function_laplacians()
1703 fe_values->finite_element_output.shape_hessians, in get_function_hessians()
3037 this->shape_hessians.fill( in initialize()
3443 &shape_hessians[shape_func][0]; in do_function_laplacians()
3517 &shape_hessians[row][0]; in do_function_laplacians()
3542 &shape_hessians[row][0]; in do_function_laplacians()
3892 this->finite_element_output.shape_hessians, in get_function_hessians()
3922 this->finite_element_output.shape_hessians, in get_function_hessians()
4000 this->finite_element_output.shape_hessians, in get_function_laplacians()
4029 this->finite_element_output.shape_hessians, in get_function_laplacians()
[all …]
H A Dfe_p1nc.cc152 output_data.shape_hessians.fill(Tensor<2, 2>()); in get_data()
176 output_data.shape_hessians.fill(Tensor<2, 2>()); in get_face_data()
200 output_data.shape_hessians.fill(Tensor<2, 2>()); in get_subface_data()
H A Dfe_poly_tensor.cc680 output_data.shape_hessians[first + d][k] = in fill_fe_values()
722 output_data.shape_hessians[first + d][k] = in fill_fe_values()
781 output_data.shape_hessians[first + d][k] = in fill_fe_values()
873 output_data.shape_hessians[first + d][k] = in fill_fe_values()
917 output_data.shape_hessians[first + d][k] = in fill_fe_values()
1287 output_data.shape_hessians[first + d][k] = in fill_fe_face_values()
1335 output_data.shape_hessians[first + d][k] = in fill_fe_face_values()
1400 output_data.shape_hessians[first + d][k] = in fill_fe_face_values()
1497 output_data.shape_hessians[first + d][k] = in fill_fe_face_values()
1547 output_data.shape_hessians[first + d][k] = in fill_fe_face_values()
[all …]
H A Dfe_dgp_nonparametric.cc354 output_data.shape_hessians[k][i] = grad_grads[k]; in fill_fe_values()
410 output_data.shape_hessians[k][i] = grad_grads[k]; in fill_fe_face_values()
467 output_data.shape_hessians[k][i] = grad_grads[k]; in fill_fe_subface_values()
H A Dfe_enriched.cc714 output_data.shape_hessians[out_index + s][q] = in multiply_by_enrichment()
715 base_data.shape_hessians[in_index + s][q]; in multiply_by_enrichment()
817 output_data.shape_hessians[enriched_dof][q] *= in multiply_by_enrichment()
819 output_data.shape_hessians[enriched_dof][q] += in multiply_by_enrichment()
H A Dfe_system.cc1376 output_data.shape_hessians[out_index + s][q] = in compute_fill()
1377 base_data.shape_hessians[in_index + s][q]; in compute_fill()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/_hist_gradient_boosting/tests/
H A Dtest_grower.py46 shape_hessians = 1 if constant_hessian else all_gradients.shape
47 all_hessians = np.ones(shape=shape_hessians, dtype=G_H_DTYPE)