deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/base/config.h>
#include <deal.II/base/function.h>
#include <deal.II/base/quadrature.h>
#include <deal.II/base/symmetric_tensor.h>
#include <deal.II/dofs/dof_handler.h>
#include <deal.II/fe/fe.h>
#include <deal.II/fe/fe_nothing.h>
#include <deal.II/fe/fe_q.h>
#include <deal.II/fe/fe_system.h>
#include <deal.II/fe/fe_update_flags.h>
#include <deal.II/hp/fe_collection.h>
#include <map>
#include <numeric>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | ColorEnriched |
Typedefs | |
template<int dim, int spacedim = dim> | |
using | ColorEnriched::predicate_function = std::function< bool(const typename Triangulation< dim, spacedim >::cell_iterator &)> |