include/meltpooldg/cut/cut_norm.hpp File Reference

Developer Documentation: include/meltpooldg/cut/cut_norm.hpp File Reference
Developer Documentation
cut_norm.hpp File Reference
#include <deal.II/base/vectorization.h>
#include <deal.II/fe/fe_q.h>
#include <deal.II/lac/la_parallel_vector.h>
#include <deal.II/matrix_free/matrix_free.h>
#include <deal.II/non_matching/mapping_info.h>
#include <deal.II/numerics/vector_tools_common.h>
#include <memory>
#include <vector>
Include dependency graph for cut_norm.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::CutUtil
 

Typedefs

using MeltPoolDG::CutUtil::NormType = dealii::VectorTools::NormType
 

Functions

template<int dim, typename number >
number MeltPoolDG::CutUtil::compute_cut_norm (const dealii::LinearAlgebra::distributed::Vector< number > &solution, const dealii::MatrixFree< dim, number, dealii::VectorizedArray< number > > &matrix_free, const std::vector< std::shared_ptr< dealii::NonMatching::MappingInfo< dim, dim, dealii::VectorizedArray< number > > > > &mapping_info_cells, const bool is_two_phase, const dealii::FE_Q< dim > &reference_element, const unsigned int dof_idx, const unsigned int quad_idx, const NormType norm_type=NormType::L2_norm)
 Compute the norm of a solution vector with a non-fitted (cut) domain representation.