include/meltpooldg/utilities/attach_vectors.hpp File Reference

Developer Documentation: include/meltpooldg/utilities/attach_vectors.hpp File Reference
Developer Documentation
attach_vectors.hpp File Reference
#include <deal.II/dofs/dof_handler.h>
#include <functional>
#include <utility>
#include <vector>
Include dependency graph for attach_vectors.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.
 

Typedefs

template<int dim, typename VectorType >
using MeltPoolDG::DoFHandlerAndVectorDataType = std::vector< std::pair< const dealii::DoFHandler< dim > *, std::function< void(std::vector< VectorType * > &)> > >
 
template<int dim, typename VectorType >
using MeltPoolDG::AttachDoFHandlerAndVectorsType = std::function< void(DoFHandlerAndVectorDataType< dim, VectorType > &)>