![]() |
deal.II version 9.7.0
|
Namespaces | |
| namespace | internal |
Classes | |
| struct | Helper |
Typedefs | |
| template<int dim, int spacedim = dim> | |
| using | predicate_function |
This namespace consists of a class needed to create a collection of FE_Enriched finite elements (hp::FECollection) to be used with DoFHandler in hp-mode on a domain with multiple, possibly overlapping, sub-domains with individual enrichment functions.
To create hp::FECollection, a graph coloring algorithm is used to assign colors to enrichment functions before creating hp::FECollection. Hence the name.
An alias template for predicate function which returns a boolean for a Triangulation<dim,spacedim>::cell_iterator object.
This is used by helper functions and in the implementation of ColorEnriched::Helper class.
Definition at line 699 of file fe_enriched.h.