Reference documentation for deal.II version 9.6.0
|
Classes | |
class | CellWiseFunction |
class | RefSpaceFEFieldFunction |
Functions | |
static ::ExceptionBase & | ExcCellNotSet () |
static ::ExceptionBase & | ExcReferenceCellNotHypercube () |
template<int dim> | |
BoundingBox< dim > | create_subcell_box (const BoundingBox< dim > &unit_box, const std::array< unsigned int, dim > &subcell_indices, const unsigned int n_subdivisions) |
template<int dim> | |
std::vector< unsigned int > | setup_lexicographic_mask (const std::array< unsigned int, dim > &subcell_indices, unsigned int dofs_per_line) |
BoundingBox< dim > NonMatching::internal::DiscreteQuadratureGeneratorImplementation::create_subcell_box | ( | const BoundingBox< dim > & | unit_box, |
const std::array< unsigned int, dim > & | subcell_indices, | ||
const unsigned int | n_subdivisions ) |
Definition at line 1737 of file quadrature_generator.cc.