16#ifndef dealii_fe_update_flags_h
17#define dealii_fe_update_flags_h
244template <
class StreamType>
248 s <<
" UpdateFlags|";
256 s <<
"3rd_derivatives|";
258 s <<
"quadrature_points|";
262 s <<
"normal_vectors|";
266 s <<
"inverse_jacobians|";
268 s <<
"jacobian_grads|";
270 s <<
"covariant_transformation|";
272 s <<
"contravariant_transformation|";
274 s <<
"transformation_values|";
276 s <<
"transformation_gradients|";
278 s <<
"jacobian_pushed_forward_grads|";
280 s <<
"jacobian_2nd_derivatives|";
282 s <<
"jacobian_pushed_forward_2nd_derivatives|";
284 s <<
"jacobian_3rd_derivatives|";
286 s <<
"jacobian_pushed_forward_3rd_derivatives|";
305 return static_cast<UpdateFlags>(
static_cast<unsigned int>(f1) |
306 static_cast<unsigned int>(f2));
337 return static_cast<UpdateFlags>(
static_cast<unsigned int>(f1) &
338 static_cast<unsigned int>(f2));
394 namespace FEValuesImplementation
404 template <
int dim,
int spacedim = dim>
412 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