Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/config.h>
#include <deal.II/base/template_constraints.h>
#include <deal.II/fe/component_mask.h>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | hp |
namespace | VectorTools |
Functions | |
Interpolation and projection | |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof, const Function< spacedim, typename VectorType::value_type > &function, VectorType &vec, const ComponentMask &component_mask={}) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate (const hp::MappingCollection< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof, const Function< spacedim, typename VectorType::value_type > &function, VectorType &vec, const ComponentMask &component_mask={}) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate (const DoFHandler< dim, spacedim > &dof, const Function< spacedim, typename VectorType::value_type > &function, VectorType &vec, const ComponentMask &component_mask={}) |
template<int dim, class InVector , class OutVector , int spacedim> | |
void | VectorTools::interpolate (const DoFHandler< dim, spacedim > &dof_1, const DoFHandler< dim, spacedim > &dof_2, const FullMatrix< double > &transfer, const InVector &data_1, OutVector &data_2) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate_based_on_material_id (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dof_handler, const std::map< types::material_id, const Function< spacedim, typename VectorType::value_type > * > &function_map, VectorType &dst, const ComponentMask &component_mask={}) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate_to_different_mesh (const DoFHandler< dim, spacedim > &dof_handler_1, const VectorType &u1, const DoFHandler< dim, spacedim > &dof_handler_2, VectorType &u2) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate_to_different_mesh (const DoFHandler< dim, spacedim > &dof_handler_1, const VectorType &u1, const DoFHandler< dim, spacedim > &dof_handler_2, const AffineConstraints< typename VectorType::value_type > &constraints, VectorType &u2) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate_to_different_mesh (const InterGridMap< DoFHandler< dim, spacedim > > &intergridmap, const VectorType &u1, const AffineConstraints< typename VectorType::value_type > &constraints, VectorType &u2) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate_to_coarser_mesh (const DoFHandler< dim, spacedim > &dof_handler_fine, const VectorType &u_fine, const DoFHandler< dim, spacedim > &dof_handler_coarse, const AffineConstraints< typename VectorType::value_type > &constraints_coarse, VectorType &u_coarse) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate_to_finer_mesh (const DoFHandler< dim, spacedim > &dof_handler_coarse, const VectorType &u_coarse, const DoFHandler< dim, spacedim > &dof_handler_fine, const AffineConstraints< typename VectorType::value_type > &constraints_fine, VectorType &u_fine) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::get_position_vector (const DoFHandler< dim, spacedim > &dh, VectorType &vector, const ComponentMask &mask={}) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::get_position_vector (const Mapping< dim, spacedim > &mapping, const DoFHandler< dim, spacedim > &dh, VectorType &vector, const ComponentMask &mask={}) |