![]() |
Reference documentation for deal.II version 9.2.0
|
#include <deal.II/base/config.h>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 | Vector< Number > |
| class | hp::DoFHandler< dim, spacedim > |
| class | hp::MappingCollection< dim, spacedim > |
Namespaces | |
| hp | |
| VectorTools | |
Functions | |
Assembling of right hand sides | |
| template<int dim, int spacedim> | |
| void | VectorTools::create_point_source_vector (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof_handler, const Point< spacedim, double > &p, Vector< double > &rhs_vector) |
| template<int dim, int spacedim> | |
| void | VectorTools::create_point_source_vector (const DoFHandler< dim, spacedim > &dof_handler, const Point< spacedim, double > &p, Vector< double > &rhs_vector) |
| template<int dim, int spacedim> | |
| void | VectorTools::create_point_source_vector (const hp::MappingCollection< dim, spacedim > &mapping, const hp::DoFHandler< dim, spacedim > &dof_handler, const Point< spacedim, double > &p, Vector< double > &rhs_vector) |
| template<int dim, int spacedim> | |
| void | VectorTools::create_point_source_vector (const hp::DoFHandler< dim, spacedim > &dof_handler, const Point< spacedim, double > &p, Vector< double > &rhs_vector) |
| template<int dim, int spacedim> | |
| void | VectorTools::create_point_source_vector (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof_handler, const Point< spacedim, double > &p, const Point< dim, double > &direction, Vector< double > &rhs_vector) |
| template<int dim, int spacedim> | |
| void | VectorTools::create_point_source_vector (const DoFHandler< dim, spacedim > &dof_handler, const Point< spacedim, double > &p, const Point< dim, double > &direction, Vector< double > &rhs_vector) |
| template<int dim, int spacedim> | |
| void | VectorTools::create_point_source_vector (const hp::MappingCollection< dim, spacedim > &mapping, const hp::DoFHandler< dim, spacedim > &dof_handler, const Point< spacedim, double > &p, const Point< dim, double > &direction, Vector< double > &rhs_vector) |
| template<int dim, int spacedim> | |
| void | VectorTools::create_point_source_vector (const hp::DoFHandler< dim, spacedim > &dof_handler, const Point< spacedim, double > &p, const Point< dim, double > &direction, Vector< double > &rhs_vector) |
Evaluation of functions and errors | |
| template<int dim, typename VectorType , int spacedim> | |
| void | VectorTools::point_difference (const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Function< spacedim, typename VectorType::value_type > &exact_solution, Vector< typename VectorType::value_type > &difference, const Point< spacedim, double > &point) |
| template<int dim, typename VectorType , int spacedim> | |
| void | VectorTools::point_difference (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Function< spacedim, typename VectorType::value_type > &exact_solution, Vector< typename VectorType::value_type > &difference, const Point< spacedim, double > &point) |
| template<int dim, typename VectorType , int spacedim> | |
| void | VectorTools::point_value (const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point, Vector< typename VectorType::value_type > &value) |
| template<int dim, typename VectorType , int spacedim> | |
| void | VectorTools::point_value (const hp::DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point, Vector< typename VectorType::value_type > &value) |
| template<int dim, typename VectorType , int spacedim> | |
| VectorType::value_type | VectorTools::point_value (const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point) |
| template<int dim, typename VectorType , int spacedim> | |
| VectorType::value_type | VectorTools::point_value (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_value (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point, Vector< typename VectorType::value_type > &value) |
| template<int dim, typename VectorType , int spacedim> | |
| void | VectorTools::point_value (const hp::MappingCollection< dim, spacedim > &mapping, const hp::DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point, Vector< typename VectorType::value_type > &value) |
| template<int dim, typename VectorType , int spacedim> | |
| VectorType::value_type | VectorTools::point_value (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> | |
| VectorType::value_type | VectorTools::point_value (const hp::MappingCollection< dim, spacedim > &mapping, const hp::DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point) |
1.8.13