deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/boost_adaptors/bounding_box.h>
#include <deal.II/fe/mapping.h>
#include <deal.II/grid/tria.h>
#include <boost/geometry.hpp>
#include <limits>
#include "mapping.inst"
Go to the source code of this file.
Functions | |
template<int dim, int spacedim> | |
const Mapping< dim, spacedim > & | get_default_linear_mapping (const Triangulation< dim, spacedim > &triangulation) |
const Mapping< dim, spacedim > & get_default_linear_mapping | ( | const Triangulation< dim, spacedim > & | triangulation | ) |
Return a default linear mapping that works for the given triangulation. Internally, this function calls the function above for the reference cell used by the given triangulation, assuming that the triangulation uses only a single cell type. If the triangulation uses mixed cell types, then this function will trigger an exception.
Definition at line 294 of file mapping.cc.