|
|
template<int dim, int spacedim, typename VectorType , template< int, int > class DoFHandlerType> |
void | VectorTools::interpolate (const Mapping< dim, spacedim > &mapping, const DoFHandlerType< 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 , template< int, int > class DoFHandlerType> |
void | VectorTools::interpolate (const DoFHandlerType< 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 , template< int, int > class DoFHandlerType> |
void | VectorTools::interpolate_based_on_material_id (const Mapping< dim, spacedim > &mapping, const DoFHandlerType< 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 , template< int, int > class DoFHandlerType> |
void | VectorTools::interpolate_to_different_mesh (const DoFHandlerType< dim, spacedim > &dof1, const VectorType &u1, const DoFHandlerType< dim, spacedim > &dof2, VectorType &u2) |
|
template<int dim, int spacedim, typename VectorType , template< int, int > class DoFHandlerType> |
void | VectorTools::interpolate_to_different_mesh (const DoFHandlerType< dim, spacedim > &dof1, const VectorType &u1, const DoFHandlerType< dim, spacedim > &dof2, const AffineConstraints< typename VectorType::value_type > &constraints, VectorType &u2) |
|
template<int dim, int spacedim, typename VectorType , template< int, int > class DoFHandlerType> |
void | VectorTools::interpolate_to_different_mesh (const InterGridMap< DoFHandlerType< dim, spacedim >> &intergridmap, const VectorType &u1, const AffineConstraints< typename VectorType::value_type > &constraints, VectorType &u2) |
|
template<int dim, int spacedim, template< int, int > class DoFHandlerType, typename VectorType > |
void | VectorTools::get_position_vector (const DoFHandlerType< dim, spacedim > &dh, VectorType &vector, const ComponentMask &mask=ComponentMask()) |
|