Reference documentation for deal.II version 9.6.0
|
#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 "mapping_cartesian.inst"
Go to the source code of this file.
Functions | |
static ::ExceptionBase & | ExcCellNotCartesian () |
template<typename CellType > | |
bool | is_cartesian (const CellType &cell) |
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.