![]() |
deal.II version GIT relicensing-3356-g4636aadadd 2025-05-22 18:40:00+00:00
|
#include <deal.II/base/array_view.h>
#include <deal.II/base/memory_consumption.h>
#include <deal.II/base/qprojector.h>
#include <deal.II/base/quadrature.h>
#include <deal.II/base/signaling_nan.h>
#include <deal.II/base/tensor.h>
#include <deal.II/dofs/dof_accessor.h>
#include <deal.II/fe/fe_values.h>
#include <deal.II/fe/mapping_cartesian.h>
#include <deal.II/grid/tria.h>
#include <deal.II/grid/tria_iterator.h>
#include <deal.II/lac/full_matrix.h>
#include <algorithm>
#include <cmath>
#include <memory>
#include "fe/mapping_cartesian.inst"
Go to the source code of this file.
Functions | |
static ::ExceptionBase & | ExcCellNotCartesian () |
template<typename CellType > | |
bool | is_cartesian (const CellType &cell) |
Return whether the incoming cell is of Cartesian shape. This is determined by checking if the smallest BoundingBox that encloses the cell has the same vertices as the cell itself.
Definition at line 52 of file mapping_cartesian.cc.