Reference documentation for deal.II version 9.5.0
|
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=ComponentMask()) |
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=ComponentMask()) |
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=ComponentMask()) |
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=ComponentMask()) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate_to_different_mesh (const DoFHandler< dim, spacedim > &dof1, const VectorType &u1, const DoFHandler< dim, spacedim > &dof2, VectorType &u2) |
template<int dim, int spacedim, typename VectorType > | |
void | VectorTools::interpolate_to_different_mesh (const DoFHandler< dim, spacedim > &dof1, const VectorType &u1, const DoFHandler< dim, spacedim > &dof2, 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::get_position_vector (const DoFHandler< dim, spacedim > &dh, VectorType &vector, const ComponentMask &mask=ComponentMask()) |
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=ComponentMask()) |