Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/config.h>
Go to the source code of this file.
Namespaces | |
namespace | hp |
namespace | 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 hp::MappingCollection< 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 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 hp::MappingCollection< 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) |
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> | |
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> | |
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 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 DoFHandler< dim, spacedim > &dof, const VectorType &fe_function, const Point< spacedim, double > &point) |