Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Classes | Namespaces
vector_tools_point_gradient.h File Reference
#include <deal.II/base/config.h>
#include <vector>

Go to the source code of this file.

Classes

class  DoFHandler< dim, spacedim >
 
class  Function< dim, RangeNumberType >
 
class  Mapping< dim, spacedim >
 Abstract base class for mapping classes. More...
 
class  Point< dim, Number >
 
class  Tensor< rank_, dim, Number >
 
class  Vector< Number >
 
class  hp::DoFHandler< dim, spacedim >
 
class  hp::MappingCollection< dim, spacedim >
 

Namespaces

 hp
 
 VectorTools
 

Functions

Evaluation of functions and errors
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)