25 namespace FEValuesImplementation
27 template <
int dim,
int spacedim>
30 const unsigned int n_quadrature_points,
34 this->quadrature_points.resize(
39 this->JxW_values.resize(n_quadrature_points,
40 numbers::signaling_nan<double>());
43 this->jacobians.resize(
48 this->jacobian_grads.resize(
53 this->jacobian_pushed_forward_grads.resize(
57 this->jacobian_2nd_derivatives.resize(
62 this->jacobian_pushed_forward_2nd_derivatives.resize(
66 this->jacobian_3rd_derivatives.resize(n_quadrature_points);
69 this->jacobian_pushed_forward_3rd_derivatives.resize(
73 this->inverse_jacobians.resize(
78 this->boundary_forms.resize(
82 this->normal_vectors.resize(
88 template <
int dim,
int spacedim>
99 jacobian_pushed_forward_2nd_derivatives) +
102 jacobian_pushed_forward_3rd_derivatives) +
111#include "mapping_related_data.inst"
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
@ update_jacobian_pushed_forward_2nd_derivatives
@ update_jacobian_pushed_forward_grads
@ update_jacobian_3rd_derivatives
@ update_jacobian_grads
Gradient of volume element.
@ update_normal_vectors
Normal vectors.
@ update_JxW_values
Transformed quadrature weights.
@ update_jacobians
Volume element.
@ update_inverse_jacobians
Volume element.
@ update_quadrature_points
Transformed quadrature points.
@ update_jacobian_pushed_forward_3rd_derivatives
@ update_boundary_forms
Outer normal vector, not normalized.
@ update_jacobian_2nd_derivatives
std::enable_if_t< std::is_fundamental_v< T >, std::size_t > memory_consumption(const T &t)