#include "../tuple.h"#include "../matrix_old.h"#include "optimum_selector.h"Go to the source code of this file.
Classes | |
| class | RefinementSelectors::ProjBasedSelector |
| A general projection-based selector. More... | |
| class | RefinementSelectors::ProjBasedSelector::TrfShapeExp |
| A transform shaped function expansions. More... | |
| struct | RefinementSelectors::ProjBasedSelector::ValueCacheItem< T > |
| struct | RefinementSelectors::ProjBasedSelector::ElemProj |
| Projection of an element of a candidate. More... | |
| struct | RefinementSelectors::ProjBasedSelector::ElemGIP |
| Integration points in the reference domain of an element of a candidate. More... | |
| struct | RefinementSelectors::ProjBasedSelector::ElemSubTrf |
| A transformation from a reference domain of a subdomain to a reference domain of an element of a candidate. More... | |
| struct | RefinementSelectors::ProjBasedSelector::ElemSubShapeFunc |
| A shape function on subdomain of an element. More... | |
Namespaces | |
| namespace | RefinementSelectors |
Namespace which encapsulates all refinement selectors. | |
Defines | |
| #define | H2DRS_DEFAULT_ERR_WEIGHT_H 2.0 |
| A default multiplicative coefficient of an error of a H-candidate. | |
| #define | H2DRS_DEFAULT_ERR_WEIGHT_P 1.0 |
| A default multiplicative coefficient of an error of a P-candidate. | |
| #define | H2DRS_DEFAULT_ERR_WEIGHT_ANISO 1.414214 |
| A default multiplicative coefficient of an error of a ANISO-candidate. | |
| #define | H2DRS_VALCACHE_INVALID 0 |
| State of value cache: item contains undefined or invalid value. | |
| #define | H2DRS_VALCACHE_VALID 1 |
| State of value cache: item contains a valid value. | |
| #define | H2DRS_VALCACHE_USER 2 |
| State of value cache: the first state ID which can be used by the user. An item of a value cache. | |
Typedefs | |
| typedef double | RefinementSelectors::CandElemProjError [H2DRS_MAX_ORDER+2][H2DRS_MAX_ORDER+2] |
| Error of an element of a candidate for various permutations of orders. | |
1.6.3