![]() |
Reference documentation for deal.II version 8.4.2
|
This is the complete list of members for FEFaceValuesBase< dim, spacedim >, including all inherited members.
| boundary_form(const unsigned int i) const | FEFaceValuesBase< dim, spacedim > | |
| cell_similarity | FEValuesBase< dim, spacedim > | protected |
| check_cell_similarity(const typename Triangulation< dim, spacedim >::cell_iterator &cell) | FEValuesBase< dim, spacedim > | inlineprotected |
| compute_update_flags(const UpdateFlags update_flags) const | FEValuesBase< dim, spacedim > | protected |
| DeclException0(ExcCannotInitializeField) | FEValuesBase< dim, spacedim > | |
| DeclException0(ExcInvalidUpdateFlag) | FEValuesBase< dim, spacedim > | |
| DeclException0(ExcFEDontMatch) | FEValuesBase< dim, spacedim > | |
| 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<< "> subscribes to this object of class "<< arg1<< ". Consequently, it cannot be unsubscribed.") | Subscriptor | |
| DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects."<< "\"<< "(Additional information: "<< arg3<< ")\"<< "See the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "a lot more information on what this error means and "<< "how to fix programs in which it happens.") | Subscriptor | |
| dimension | FEValuesBase< dim, spacedim > | static |
| 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 > | |
| 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 > | |
| finite_element_output | FEValuesBase< dim, spacedim > | protected |
| get_all_normal_vectors() const | FEValuesBase< dim, spacedim > | |
| get_boundary_forms() const | FEFaceValuesBase< dim, spacedim > | |
| get_cell() const | 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_gradients(const InputVector &fe_function, std::vector< Tensor< 1, spacedim, typename InputVector::value_type > > &gradients) const | FEValuesBase< dim, spacedim > | |
| get_function_gradients(const InputVector &fe_function, std::vector< std::vector< Tensor< 1, spacedim, typename InputVector::value_type > > > &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, typename InputVector::value_type > > &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, typename InputVector::value_type > > > > gradients, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_hessians(const InputVector &fe_function, std::vector< Tensor< 2, spacedim, typename InputVector::value_type > > &hessians) const | FEValuesBase< dim, spacedim > | |
| get_function_hessians(const InputVector &fe_function, std::vector< std::vector< Tensor< 2, spacedim, typename InputVector::value_type > > > &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, typename InputVector::value_type > > &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, typename InputVector::value_type > > > > hessians, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_laplacians(const InputVector &fe_function, std::vector< typename InputVector::value_type > &laplacians) const | FEValuesBase< dim, spacedim > | |
| get_function_laplacians(const InputVector &fe_function, std::vector< Vector< typename InputVector::value_type > > &laplacians) const | FEValuesBase< dim, spacedim > | |
| get_function_laplacians(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< typename InputVector::value_type > &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< typename InputVector::value_type > > &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< typename InputVector::value_type > > &laplacians, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_third_derivatives(const InputVector &fe_function, std::vector< Tensor< 3, spacedim, typename InputVector::value_type > > &third_derivatives) const | FEValuesBase< dim, spacedim > | |
| get_function_third_derivatives(const InputVector &fe_function, std::vector< std::vector< Tensor< 3, spacedim, typename InputVector::value_type > > > &third_derivatives, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_third_derivatives(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< Tensor< 3, spacedim, typename InputVector::value_type > > &third_derivatives) const | FEValuesBase< dim, spacedim > | |
| get_function_third_derivatives(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, VectorSlice< std::vector< std::vector< Tensor< 3, spacedim, typename InputVector::value_type > > > > third_derivatives, bool quadrature_points_fastest=false) const | FEValuesBase< dim, spacedim > | |
| get_function_values(const InputVector &fe_function, std::vector< typename InputVector::value_type > &values) const | FEValuesBase< dim, spacedim > | |
| get_function_values(const InputVector &fe_function, std::vector< Vector< typename InputVector::value_type > > &values) const | FEValuesBase< dim, spacedim > | |
| get_function_values(const InputVector &fe_function, const VectorSlice< const std::vector< types::global_dof_index > > &indices, std::vector< typename InputVector::value_type > &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< typename InputVector::value_type > > &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< typename InputVector::value_type > > > values, const bool quadrature_points_fastest) const | FEValuesBase< dim, spacedim > | |
| get_inverse_jacobians() const | FEValuesBase< dim, spacedim > | |
| get_jacobian_2nd_derivatives() const | FEValuesBase< dim, spacedim > | |
| get_jacobian_3rd_derivatives() const | FEValuesBase< dim, spacedim > | |
| get_jacobian_grads() const | FEValuesBase< dim, spacedim > | |
| get_jacobian_pushed_forward_2nd_derivatives() const | FEValuesBase< dim, spacedim > | |
| get_jacobian_pushed_forward_3rd_derivatives() const | FEValuesBase< dim, spacedim > | |
| get_jacobian_pushed_forward_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 DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| get_quadrature() const | FEFaceValuesBase< dim, spacedim > | |
| get_quadrature_points() const | FEValuesBase< dim, spacedim > | |
| get_update_flags() const | FEValuesBase< dim, spacedim > | |
| integral_dimension | FEFaceValuesBase< dim, spacedim > | static |
| invalidate_present_cell() | FEValuesBase< dim, spacedim > | protected |
| inverse_jacobian(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian_2nd_derivative(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian_3rd_derivative(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian_grad(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian_pushed_forward_2nd_derivative(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian_pushed_forward_3rd_derivative(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| jacobian_pushed_forward_grad(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| JxW(const unsigned int quadrature_point) const | FEValuesBase< dim, spacedim > | |
| list_subscribers() const | Subscriptor | |
| mapping | FEValuesBase< dim, spacedim > | protected |
| mapping_data | FEValuesBase< dim, spacedim > | protected |
| mapping_output | 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 > | |
| 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 q) const | FEValuesBase< dim, spacedim > | |
| serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
| shape_3rd_derivative(const unsigned int function_no, const unsigned int point_no) const | FEValuesBase< dim, spacedim > | |
| shape_3rd_derivative_component(const unsigned int function_no, const unsigned int point_no, const unsigned int component) const | FEValuesBase< dim, spacedim > | |
| 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_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_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 > | |
| space_dimension | FEValuesBase< 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 DEAL_II_DEPRECATED | FEValuesBase< dim, spacedim > | |
| tria_listener | FEValuesBase< dim, spacedim > | protected |
| unsubscribe(const char *identifier=0) const | Subscriptor | |
| update_flags | FEValuesBase< dim, spacedim > | protected |
| ~FEValuesBase() | FEValuesBase< dim, spacedim > | |
| ~Subscriptor() | Subscriptor | virtual |
1.8.12