![]() |
Reference documentation for deal.II version 8.1.0
|
This is the complete list of members for FESubfaceValues< dim, spacedim >, including all inherited members.
| boundary_form(const unsigned int i) const | FEFaceValuesBase< dim, spacedim > | |
| boundary_forms | FEValuesData< dim, spacedim > | protected |
| cell_normal_vector(const unsigned int i) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| cell_similarity | FEValuesBase< dim, spacedim > | protected |
| check_cell_similarity(const typename Triangulation< dim, spacedim >::cell_iterator &cell) | FEValuesBase< dim, spacedim > | protected |
| compute_update_flags(const UpdateFlags update_flags) const | FEValuesBase< dim, spacedim > | protected |
| DeclException0(ExcReinitCalledWithBoundaryFace) | FESubfaceValues< dim, spacedim > | |
| DeclException0(ExcFaceHasNoSubfaces) | FESubfaceValues< dim, spacedim > | |
| FEFaceValuesBase::DeclException0(ExcCannotInitializeField) | FEValuesBase< dim, spacedim > | |
| FEFaceValuesBase::DeclException0(ExcInvalidUpdateFlag) | FEValuesBase< dim, spacedim > | |
| FEFaceValuesBase::DeclException0(ExcFEDontMatch) | FEValuesBase< dim, spacedim > | |
| FEFaceValuesBase::DeclException0(ExcFENotPrimitive) | FEValuesBase< dim, spacedim > | |
| DeclException1(ExcAccessToUninitializedField, char *,<< ("You are requesting information from an FEValues/FEFaceValues/FESubfaceValues ""object for which this kind of information has not been computed. What ""information these objects compute is determined by the update_* flags you ""pass to the constructor. Here, the operation you are attempting requires ""the <")<< arg1<< "> flag to be set, but it was apparently not specified upon construction.") | FEValuesBase< dim, spacedim > | |
| DeclException1(ExcShapeFunctionNotPrimitive, int,<< "The shape function with index "<< arg1<< " is not primitive, i.e. it is vector-valued and "<< "has more than one non-zero vector component. This "<< "function cannot be called for these shape functions. "<< "Maybe you want to use the same function with the "<< "_component suffix?") | FEValuesBase< dim, spacedim > | |
| DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier \""<< arg2<< "\" did subscribe to this object of class "<< arg1) | Subscriptor | |
| DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects.\n"<< "(Additional information: "<< arg3<< ")\n"<< "Note the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "more information on what this error means.") | Subscriptor | |
| dimension | FESubfaceValues< dim, spacedim > | static |
| do_reinit(const unsigned int face_no, const unsigned int subface_no) | FESubfaceValues< dim, spacedim > | private |
| dofs_per_cell | FEValuesBase< dim, spacedim > | |
| fe | FEValuesBase< dim, spacedim > | protected |
| fe_data | FEValuesBase< dim, spacedim > | protected |
| FEFaceValuesBase(const unsigned int n_q_points, const unsigned int dofs_per_cell, const UpdateFlags update_flags, const Mapping< dim, spacedim > &mapping, const FiniteElement< dim, spacedim > &fe, const Quadrature< dim-1 > &quadrature) | FEFaceValuesBase< dim, spacedim > | |
| FESubfaceValues(const Mapping< dim, spacedim > &mapping, const FiniteElement< dim, spacedim > &fe, const Quadrature< dim-1 > &face_quadrature, const UpdateFlags update_flags) | FESubfaceValues< dim, spacedim > | |
| FESubfaceValues(const FiniteElement< dim, spacedim > &fe, const Quadrature< dim-1 > &face_quadrature, const UpdateFlags update_flags) | FESubfaceValues< dim, spacedim > | |
| FEValuesBase(const unsigned int n_q_points, const unsigned int dofs_per_cell, const UpdateFlags update_flags, const Mapping< dim, spacedim > &mapping, const FiniteElement< dim, spacedim > &fe) | FEValuesBase< dim, spacedim > | |
| get_boundary_forms() const | FEFaceValuesBase< dim, spacedim > | |
| get_cell() const | FEValuesBase< dim, spacedim > | |
| get_cell_normal_vectors() const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| get_cell_similarity() const | FEValuesBase< dim, spacedim > | |
| get_face_index() const | FEFaceValuesBase< dim, spacedim > | |
| get_fe() const | FEValuesBase< dim, spacedim > | |
| get_function_2nd_derivatives(const InputVector &, std::vector< Tensor< 2, spacedim > > &) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| get_function_2nd_derivatives(const InputVector &, std::vector< std::vector< Tensor< 2, spacedim > > > &, bool=false) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| get_function_gradients(const InputVector &fe_function, std::vector< Tensor< 1, spacedim > > &gradients) const | FEValuesBase< dim, spacedim > | |
| get_function_gradients(const InputVector &fe_function, std::vector< std::vector< Tensor< 1, spacedim > > > &gradients) const | FEValuesBase< dim, spacedim > | |
| get_function_gradients(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< Tensor< 1, spacedim > > &gradients) const | FEValuesBase< dim, spacedim > | |
| get_function_gradients(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, VectorSlice< std::vector< std::vector< Tensor< 1, spacedim > > > > gradients, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_grads(const InputVector &fe_function, std::vector< Tensor< 1, spacedim > > &gradients) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| get_function_grads(const InputVector &fe_function, std::vector< std::vector< Tensor< 1, spacedim > > > &gradients) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| get_function_grads(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< Tensor< 1, spacedim > > &gradients) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| get_function_grads(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< std::vector< Tensor< 1, spacedim > > > &gradients, bool quadrature_points_fastest=false) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| get_function_hessians(const InputVector &fe_function, std::vector< Tensor< 2, spacedim > > &hessians) const | FEValuesBase< dim, spacedim > | |
| get_function_hessians(const InputVector &fe_function, std::vector< std::vector< Tensor< 2, spacedim > > > &hessians, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_hessians(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< Tensor< 2, spacedim > > &hessians) const | FEValuesBase< dim, spacedim > | |
| get_function_hessians(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, VectorSlice< std::vector< std::vector< Tensor< 2, spacedim > > > > hessians, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_laplacians(const InputVector &fe_function, std::vector< number > &laplacians) const | FEValuesBase< dim, spacedim > | |
| get_function_laplacians(const InputVector &fe_function, std::vector< Vector< number > > &laplacians) const | FEValuesBase< dim, spacedim > | |
| get_function_laplacians(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< number > &laplacians) const | FEValuesBase< dim, spacedim > | |
| get_function_laplacians(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< Vector< number > > &laplacians) const | FEValuesBase< dim, spacedim > | |
| get_function_laplacians(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< std::vector< number > > &laplacians, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_values(const InputVector &fe_function, std::vector< number > &values) const | FEValuesBase< dim, spacedim > | |
| get_function_values(const InputVector &fe_function, std::vector< Vector< number > > &values) const | FEValuesBase< dim, spacedim > | |
| get_function_values(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< number > &values) const | FEValuesBase< dim, spacedim > | |
| get_function_values(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< Vector< number > > &values) const | FEValuesBase< dim, spacedim > | |
| get_function_values(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, VectorSlice< std::vector< std::vector< double > > > values, const bool quadrature_points_fastest) const | FEValuesBase< dim, spacedim > | |
| get_inverse_jacobians() const | FEValuesBase< dim, spacedim > | |
| get_jacobian_grads() const | FEValuesBase< dim, spacedim > | |
| get_jacobians() const | FEValuesBase< dim, spacedim > | |
| get_JxW_values() const | FEValuesBase< dim, spacedim > | |
| get_mapping() const | FEValuesBase< dim, spacedim > | |
| get_normal_vectors() const | FEValuesBase< dim, spacedim > | |
| get_present_fe_values() const | FESubfaceValues< dim, spacedim > | |
| get_quadrature() const | FEFaceValuesBase< dim, spacedim > | |
| get_quadrature_points() const | FEValuesBase< dim, spacedim > | |
| get_update_flags() const | FEValuesBase< dim, spacedim > | |
| GradientVector typedef | FEValuesData< dim, spacedim > | protected |
| HessianVector typedef | FEValuesData< dim, spacedim > | protected |
| initialize(const UpdateFlags update_flags) | FESubfaceValues< dim, spacedim > | private |
| FEFaceValuesBase::initialize(const unsigned int n_quadrature_points, const FiniteElement< dim, spacedim > &fe, const UpdateFlags flags) | FEValuesData< dim, spacedim > | |
| integral_dimension | FESubfaceValues< dim, spacedim > | static |
| invalidate_present_cell() | FEValuesBase< dim, spacedim > | protected |
| inverse_jacobian(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| inverse_jacobians | FEValuesData< dim, spacedim > | protected |
| jacobian(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian_grad(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian_grads | FEValuesData< dim, spacedim > | protected |
| jacobians | FEValuesData< dim, spacedim > | protected |
| JxW(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| JxW_values | FEValuesData< dim, spacedim > | protected |
| list_subscribers() const | Subscriptor | |
| mapping | FEValuesBase< dim, spacedim > | protected |
| mapping_data | FEValuesBase< dim, spacedim > | protected |
| maybe_invalidate_previous_present_cell(const typename Triangulation< dim, spacedim >::cell_iterator &cell) | FEValuesBase< dim, spacedim > | protected |
| memory_consumption() const | FEFaceValuesBase< dim, spacedim > | |
| n_quadrature_points | FEValuesBase< dim, spacedim > | |
| n_subscriptions() const | Subscriptor | |
| normal_vector(const unsigned int i) const | FEValuesBase< dim, spacedim > | |
| normal_vectors | FEValuesData< dim, spacedim > | protected |
| Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
| operator[](const FEValuesExtractors::Scalar &scalar) const | FEValuesBase< dim, spacedim > | |
| operator[](const FEValuesExtractors::Vector &vector) const | FEValuesBase< dim, spacedim > | |
| operator[](const FEValuesExtractors::SymmetricTensor< 2 > &tensor) const | FEValuesBase< dim, spacedim > | |
| operator[](const FEValuesExtractors::Tensor< 2 > &tensor) const | FEValuesBase< dim, spacedim > | |
| present_cell | FEValuesBase< dim, spacedim > | protected |
| present_face_index | FEFaceValuesBase< dim, spacedim > | protected |
| quadrature | FEFaceValuesBase< dim, spacedim > | protected |
| quadrature_point(const unsigned int i) const | FEValuesBase< dim, spacedim > | |
| quadrature_points | FEValuesData< dim, spacedim > | protected |
| reinit(const TriaIterator< DoFCellAccessor< DH, level_dof_access > > cell, const unsigned int face_no, const unsigned int subface_no) | FESubfaceValues< dim, spacedim > | |
| reinit(const typename Triangulation< dim, spacedim >::cell_iterator &cell, const unsigned int face_no, const unsigned int subface_no) | FESubfaceValues< dim, spacedim > | |
| serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
| shape_2nd_derivative(const unsigned int function_no, const unsigned int point_no) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| shape_2nd_derivative_component(const unsigned int function_no, const unsigned int point_no, const unsigned int component) const DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| shape_function_to_row_table | FEValuesData< dim, spacedim > | protected |
| shape_grad(const unsigned int function_no, const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| shape_grad_component(const unsigned int function_no, const unsigned int point_no, const unsigned int component) const | FEValuesBase< dim, spacedim > | |
| shape_gradients | FEValuesData< dim, spacedim > | protected |
| shape_hessian(const unsigned int function_no, const unsigned int point_no) const | FEValuesBase< dim, spacedim > | |
| shape_hessian_component(const unsigned int function_no, const unsigned int point_no, const unsigned int component) const | FEValuesBase< dim, spacedim > | |
| shape_hessians | FEValuesData< dim, spacedim > | protected |
| shape_value(const unsigned int function_no, const unsigned int point_no) const | FEValuesBase< dim, spacedim > | |
| shape_value_component(const unsigned int function_no, const unsigned int point_no, const unsigned int component) const | FEValuesBase< dim, spacedim > | |
| shape_values | FEValuesData< dim, spacedim > | protected |
| ShapeVector typedef | FEValuesData< dim, spacedim > | protected |
| space_dimension | FESubfaceValues< dim, spacedim > | static |
| subscribe(const char *identifier=0) const | Subscriptor | |
| Subscriptor() | Subscriptor | |
| Subscriptor(const Subscriptor &) | Subscriptor | |
| transform(std::vector< Tensor< 1, spacedim > > &transformed, const std::vector< Tensor< 1, dim > > &original, MappingType mapping) const | FEValuesBase< dim, spacedim > | |
| tria_listener | FEValuesBase< dim, spacedim > | protected |
| unsubscribe(const char *identifier=0) const | Subscriptor | |
| update_flags | FEValuesData< dim, spacedim > | protected |
| ~FEValuesBase() | FEValuesBase< dim, spacedim > | |
| ~Subscriptor() | Subscriptor | virtual |
1.8.6