|
|
template<int dim, typename VectorType , int spacedim> |
void | VectorTools::point_gradient (const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point, std::vector< Tensor< 1, spacedim, typename VectorType::value_type >> &value) |
|
template<int dim, typename VectorType , int spacedim> |
void | VectorTools::point_gradient (const hp::DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point, std::vector< Tensor< 1, spacedim, typename VectorType::value_type >> &value) |
|
template<int dim, typename VectorType , int spacedim> |
Tensor< 1, spacedim, typename VectorType::value_type > | VectorTools::point_gradient (const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point) |
|
template<int dim, typename VectorType , int spacedim> |
Tensor< 1, spacedim, typename VectorType::value_type > | VectorTools::point_gradient (const hp::DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point) |
|
template<int dim, typename VectorType , int spacedim> |
void | VectorTools::point_gradient (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point, std::vector< Tensor< 1, spacedim, typename VectorType::value_type >> &value) |
|
template<int dim, typename VectorType , int spacedim> |
void | VectorTools::point_gradient (const hp::MappingCollection< dim, spacedim > &mapping, const hp::DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point, std::vector< Tensor< 1, spacedim, typename VectorType::value_type >> &value) |
|
template<int dim, typename VectorType , int spacedim> |
Tensor< 1, spacedim, typename VectorType::value_type > | VectorTools::point_gradient (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point) |
|
template<int dim, typename VectorType , int spacedim> |
Tensor< 1, spacedim, typename VectorType::value_type > | VectorTools::point_gradient (const hp::MappingCollection< dim, spacedim > &mapping, const hp::DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point) |
|