26 namespace FEValuesImplementation
28 template <
int dim,
int spacedim>
31 const unsigned int n_quadrature_points,
35 this->quadrature_points.resize(
40 this->JxW_values.resize(n_quadrature_points,
41 numbers::signaling_nan<double>());
44 this->jacobians.resize(
49 this->jacobian_grads.resize(
54 this->jacobian_pushed_forward_grads.resize(
58 this->jacobian_2nd_derivatives.resize(
63 this->jacobian_pushed_forward_2nd_derivatives.resize(
67 this->jacobian_3rd_derivatives.resize(n_quadrature_points);
70 this->jacobian_pushed_forward_3rd_derivatives.resize(
74 this->inverse_jacobians.resize(
79 this->boundary_forms.resize(
83 this->normal_vectors.resize(
89 template <
int dim,
int spacedim>
100 jacobian_pushed_forward_2nd_derivatives) +
103 jacobian_pushed_forward_3rd_derivatives) +
112#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< T >::value, std::size_t > memory_consumption(const T &t)