15#ifndef dealii_fe_update_flags_h
16#define dealii_fe_update_flags_h
249template <
typename StreamType>
253 s <<
" UpdateFlags|";
261 s <<
"3rd_derivatives|";
263 s <<
"quadrature_points|";
267 s <<
"normal_vectors|";
271 s <<
"inverse_jacobians|";
273 s <<
"jacobian_grads|";
275 s <<
"covariant_transformation|";
277 s <<
"contravariant_transformation|";
279 s <<
"transformation_values|";
281 s <<
"transformation_gradients|";
283 s <<
"jacobian_pushed_forward_grads|";
285 s <<
"jacobian_2nd_derivatives|";
287 s <<
"jacobian_pushed_forward_2nd_derivatives|";
289 s <<
"jacobian_3rd_derivatives|";
291 s <<
"jacobian_pushed_forward_3rd_derivatives|";
310 return static_cast<UpdateFlags>(
static_cast<unsigned int>(f1) |
311 static_cast<unsigned int>(f2));
342 return static_cast<UpdateFlags>(
static_cast<unsigned int>(f1) &
343 static_cast<unsigned int>(f2));
399 namespace FEValuesImplementation
409 template <
int dim,
int spacedim = dim>
417 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