/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/common/cell_geometry.hh File Reference#

DiFfRG: /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/common/cell_geometry.hh File Reference
DiFfRG
Discretization Framework for functional Renormalization Group flows
cell_geometry.hh File Reference
#include <deal.II/dofs/dof_handler.h>
#include <cmath>
#include <limits>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  DiFfRG
 
namespace  DiFfRG::internal
 

Functions

template<typename CellIterator >
double DiFfRG::internal::face_normal_cell_width (const CellIterator &cell, const uint face_no)
 The extent of a cell along the normal of one of its faces.
 
template<typename CellIterator >
double DiFfRG::internal::cell_width (const CellIterator &cell)
 The smallest face-normal width over all faces of cell.
 
template<int dim>
double DiFfRG::internal::minimum_face_normal_cell_width (const dealii::DoFHandler< dim > &dof_handler)
 The smallest face-normal width anywhere on the mesh.