Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Classes | Namespaces
vector_tools_interpolate.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/fe/component_mask.h>
#include <map>

Go to the source code of this file.

Classes

class  AffineConstraints< number >
 
class  DoFHandler< dim, spacedim >
 
class  FullMatrix< number >
 
class  Function< dim, RangeNumberType >
 
class  InterGridMap< MeshType >
 
class  Mapping< dim, spacedim >
 Abstract base class for mapping classes. More...
 

Namespaces

 VectorTools
 

Functions

Interpolation and projection
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())