include/meltpooldg/utilities/dof_tools.hpp File Reference

Developer Documentation: include/meltpooldg/utilities/dof_tools.hpp File Reference
Developer Documentation
dof_tools.hpp File Reference
#include <deal.II/dofs/dof_handler.h>
#include <deal.II/lac/full_matrix.h>
#include <meltpooldg/utilities/fe_integrator.hpp>
Include dependency graph for dof_tools.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MeltPoolDG
 Interface for a general preconditioner.
 
namespace  MeltPoolDG::DoFTools
 

Functions

template<int dim, typename number >
dealii::FullMatrix< number > MeltPoolDG::DoFTools::create_dof_interpolation_matrix (const dealii::DoFHandler< dim > &dof_handler_1, const dealii::DoFHandler< dim > &dof_handler_2, const bool do_sort_lexicographically)
 
template<int dim, typename number >
void MeltPoolDG::DoFTools::interpolate_dof_values (FECellIntegrator< dim, 1, number > &source, FECellIntegrator< dim, 1, number > &target, const dealii::FullMatrix< number > &interpolation_matrix)