13#ifndef dealii_fe_update_flags_h
14#define dealii_fe_update_flags_h
247template <
typename StreamType>
251 s <<
" UpdateFlags|";
259 s <<
"3rd_derivatives|";
261 s <<
"quadrature_points|";
265 s <<
"normal_vectors|";
269 s <<
"inverse_jacobians|";
271 s <<
"jacobian_grads|";
273 s <<
"covariant_transformation|";
275 s <<
"contravariant_transformation|";
277 s <<
"transformation_values|";
279 s <<
"transformation_gradients|";
281 s <<
"jacobian_pushed_forward_grads|";
283 s <<
"jacobian_2nd_derivatives|";
285 s <<
"jacobian_pushed_forward_2nd_derivatives|";
287 s <<
"jacobian_3rd_derivatives|";
289 s <<
"jacobian_pushed_forward_3rd_derivatives|";
308 return static_cast<UpdateFlags>(
static_cast<unsigned int>(f1) |
309 static_cast<unsigned int>(f2));
340 return static_cast<UpdateFlags>(
static_cast<unsigned int>(f1) &
341 static_cast<unsigned int>(f2));
397 namespace FEValuesImplementation
407 template <
int dim,
int spacedim = dim>
415 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