Reference documentation for deal.II version GIT relicensing-399-g79d89019c5 2024-04-16 15:00:02+00:00
\(\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\}}\)
Loading...
Searching...
No Matches
Namespaces
vector_tools_interpolate.h File Reference
#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

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={})
 

Interpolation and projection

spacedim & VectorTools::dof_1
 
spacedim const DoFHandler< dim, spacedim > & VectorTools::dof_2
 
spacedim const DoFHandler< dim, spacedim > const FullMatrix< double > & VectorTools::transfer
 
spacedim const DoFHandler< dim, spacedim > const FullMatrix< double > const InVector & VectorTools::data_1
 
spacedim const DoFHandler< dim, spacedim > const FullMatrix< double > const InVector OutVector & VectorTools::data_2
 
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>
 VectorTools::DEAL_II_CXX20_REQUIRES (concepts::is_dealii_vector_type< InVector > &&concepts::is_writable_dealii_vector_type< OutVector >) void interpolate(const DoFHandler< dim
 
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)