16#ifndef dealii_fe_update_flags_h
17#define dealii_fe_update_flags_h
238template <
class StreamType>
242 s <<
" UpdateFlags|";
250 s <<
"3rd_derivatives|";
252 s <<
"quadrature_points|";
256 s <<
"normal_vectors|";
260 s <<
"inverse_jacobians|";
262 s <<
"jacobian_grads|";
264 s <<
"covariant_transformation|";
266 s <<
"contravariant_transformation|";
268 s <<
"transformation_values|";
270 s <<
"transformation_gradients|";
272 s <<
"jacobian_pushed_forward_grads|";
274 s <<
"jacobian_2nd_derivatives|";
276 s <<
"jacobian_pushed_forward_2nd_derivatives|";
278 s <<
"jacobian_3rd_derivatives|";
280 s <<
"jacobian_pushed_forward_3rd_derivatives|";
299 return static_cast<UpdateFlags>(
static_cast<unsigned int>(f1) |
300 static_cast<unsigned int>(f2));
331 return static_cast<UpdateFlags>(
static_cast<unsigned int>(f1) &
332 static_cast<unsigned int>(f2));
388 namespace FEValuesImplementation
402 template <
int dim,
int spacedim = dim>
410 initialize(
const unsigned int n_quadrature_points,
438 std::vector<DerivativeForm<1, dim, spacedim>>
jacobians;
508 template <
int dim,
int spacedim = dim>
516 initialize(
const unsigned int n_quadrature_points,
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
UpdateFlags & operator&=(UpdateFlags &f1, const UpdateFlags f2)
StreamType & operator<<(StreamType &s, const UpdateFlags u)
UpdateFlags & operator|=(UpdateFlags &f1, const UpdateFlags f2)
UpdateFlags operator|(const UpdateFlags f1, const UpdateFlags f2)
UpdateFlags operator&(const UpdateFlags f1, const UpdateFlags f2)
@ update_jacobian_pushed_forward_2nd_derivatives
@ update_volume_elements
Determinant of the Jacobian.
@ update_contravariant_transformation
Contravariant transformation.
@ update_jacobian_pushed_forward_grads
@ update_hessians
Second derivatives of shape functions.
@ update_jacobian_3rd_derivatives
@ update_values
Shape function values.
@ update_jacobian_grads
Gradient of volume element.
@ update_normal_vectors
Normal vectors.
@ update_3rd_derivatives
Third derivatives of shape functions.
@ update_JxW_values
Transformed quadrature weights.
@ update_covariant_transformation
Covariant transformation.
@ update_transformation_gradients
Shape function gradients of transformation.
@ update_jacobians
Volume element.
@ update_inverse_jacobians
Volume element.
@ update_gradients
Shape function gradients.
@ update_quadrature_points
Transformed quadrature points.
@ update_default
No update.
@ update_jacobian_pushed_forward_3rd_derivatives
@ update_transformation_values
Shape function values of transformation.
@ update_piola
Values needed for Piola transform.
@ update_boundary_forms
Outer normal vector, not normalized.
@ update_jacobian_2nd_derivatives