Reference documentation for deal.II version 9.1.0-pre
FEValuesViews::Vector< dim, spacedim > Member List

This is the complete list of members for FEValuesViews::Vector< dim, spacedim >, including all inherited members.

curl(const unsigned int shape_function, const unsigned int q_point) const FEValuesViews::Vector< dim, spacedim >
curl_type typedefFEValuesViews::Vector< dim, spacedim >
divergence(const unsigned int shape_function, const unsigned int q_point) const FEValuesViews::Vector< dim, spacedim >
divergence_type typedefFEValuesViews::Vector< dim, spacedim >
fe_valuesFEValuesViews::Vector< dim, spacedim >private
first_vector_componentFEValuesViews::Vector< dim, spacedim >private
get_function_curls(const InputVector &fe_function, std::vector< typename ProductType< curl_type, typename InputVector::value_type >::type > &curls) const FEValuesViews::Vector< dim, spacedim >
get_function_curls_from_local_dof_values(const InputVector &dof_values, std::vector< typename OutputType< typename InputVector::value_type >::curl_type > &curls) const FEValuesViews::Vector< dim, spacedim >
get_function_divergences(const InputVector &fe_function, std::vector< typename ProductType< divergence_type, typename InputVector::value_type >::type > &divergences) const FEValuesViews::Vector< dim, spacedim >
get_function_divergences_from_local_dof_values(const InputVector &dof_values, std::vector< typename OutputType< typename InputVector::value_type >::divergence_type > &divergences) const FEValuesViews::Vector< dim, spacedim >
get_function_gradients(const InputVector &fe_function, std::vector< typename ProductType< gradient_type, typename InputVector::value_type >::type > &gradients) const FEValuesViews::Vector< dim, spacedim >
get_function_gradients_from_local_dof_values(const InputVector &dof_values, std::vector< typename OutputType< typename InputVector::value_type >::gradient_type > &gradients) const FEValuesViews::Vector< dim, spacedim >
get_function_hessians(const InputVector &fe_function, std::vector< typename ProductType< hessian_type, typename InputVector::value_type >::type > &hessians) const FEValuesViews::Vector< dim, spacedim >
get_function_hessians_from_local_dof_values(const InputVector &dof_values, std::vector< typename OutputType< typename InputVector::value_type >::hessian_type > &hessians) const FEValuesViews::Vector< dim, spacedim >
get_function_laplacians(const InputVector &fe_function, std::vector< typename ProductType< value_type, typename InputVector::value_type >::type > &laplacians) const FEValuesViews::Vector< dim, spacedim >
get_function_laplacians_from_local_dof_values(const InputVector &dof_values, std::vector< typename OutputType< typename InputVector::value_type >::laplacian_type > &laplacians) const FEValuesViews::Vector< dim, spacedim >
get_function_symmetric_gradients(const InputVector &fe_function, std::vector< typename ProductType< symmetric_gradient_type, typename InputVector::value_type >::type > &symmetric_gradients) const FEValuesViews::Vector< dim, spacedim >
get_function_symmetric_gradients_from_local_dof_values(const InputVector &dof_values, std::vector< typename OutputType< typename InputVector::value_type >::symmetric_gradient_type > &symmetric_gradients) const FEValuesViews::Vector< dim, spacedim >
get_function_third_derivatives(const InputVector &fe_function, std::vector< typename ProductType< third_derivative_type, typename InputVector::value_type >::type > &third_derivatives) const FEValuesViews::Vector< dim, spacedim >
get_function_third_derivatives_from_local_dof_values(const InputVector &dof_values, std::vector< typename OutputType< typename InputVector::value_type >::third_derivative_type > &third_derivatives) const FEValuesViews::Vector< dim, spacedim >
get_function_values(const InputVector &fe_function, std::vector< typename ProductType< value_type, typename InputVector::value_type >::type > &values) const FEValuesViews::Vector< dim, spacedim >
get_function_values_from_local_dof_values(const InputVector &dof_values, std::vector< typename OutputType< typename InputVector::value_type >::value_type > &values) const FEValuesViews::Vector< dim, spacedim >
gradient(const unsigned int shape_function, const unsigned int q_point) const FEValuesViews::Vector< dim, spacedim >
gradient_type typedefFEValuesViews::Vector< dim, spacedim >
hessian(const unsigned int shape_function, const unsigned int q_point) const FEValuesViews::Vector< dim, spacedim >
hessian_type typedefFEValuesViews::Vector< dim, spacedim >
operator=(const Vector< dim, spacedim > &)FEValuesViews::Vector< dim, spacedim >
shape_function_dataFEValuesViews::Vector< dim, spacedim >private
symmetric_gradient(const unsigned int shape_function, const unsigned int q_point) const FEValuesViews::Vector< dim, spacedim >
symmetric_gradient_type typedefFEValuesViews::Vector< dim, spacedim >
third_derivative(const unsigned int shape_function, const unsigned int q_point) const FEValuesViews::Vector< dim, spacedim >
third_derivative_type typedefFEValuesViews::Vector< dim, spacedim >
value(const unsigned int shape_function, const unsigned int q_point) const FEValuesViews::Vector< dim, spacedim >
value_type typedefFEValuesViews::Vector< dim, spacedim >
Vector()FEValuesViews::Vector< dim, spacedim >
Vector(const FEValuesBase< dim, spacedim > &fe_values_base, const unsigned int first_vector_component)FEValuesViews::Vector< dim, spacedim >