Namespaces | Enumerations | Functions

include/deal.II/fe/fe_update_flags.h File Reference

Include dependency graph for fe_update_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CellSimilarity

Enumerations

enum  UpdateFlags {
  update_default = 0, update_values = 0x0001, update_gradients = 0x0002, update_hessians = 0x0004,
  update_boundary_forms = 0x0008, update_quadrature_points = 0x0010, update_JxW_values = 0x0020, update_normal_vectors = 0x0040,
  update_face_normal_vectors = update_normal_vectors, update_cell_normal_vectors = update_normal_vectors, update_jacobians = 0x0080, update_jacobian_grads = 0x0100,
  update_inverse_jacobians = 0x0200, update_covariant_transformation = 0x0400, update_contravariant_transformation = 0x0800, update_transformation_values = 0x1000,
  update_transformation_gradients = 0x2000, update_volume_elements = 0x4000, update_support_points = 0x10000, update_support_jacobians = 0x20000,
  update_support_inverse_jacobians = 0x40000, update_q_points = update_quadrature_points, update_second_derivatives = update_hessians, update_piola = update_volume_elements | update_contravariant_transformation
}
enum  CellSimilarity::Similarity { CellSimilarity::none, CellSimilarity::translation, CellSimilarity::inverted_translation, CellSimilarity::invalid_next_cell }

Functions

template<class STREAM >
STREAM & operator<< (STREAM &s, UpdateFlags u)
UpdateFlags operator| (UpdateFlags f1, UpdateFlags f2)
UpdateFlagsoperator|= (UpdateFlags &f1, UpdateFlags f2)
UpdateFlags operator& (UpdateFlags f1, UpdateFlags f2)
UpdateFlagsoperator&= (UpdateFlags &f1, UpdateFlags f2)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:03:02 by doxygen 1.7.2