DUNE-ACFEM (unstable)

weight.hh
1#ifndef __DUNE_ACFEM_EXPRESSION_WEIGHT_HH__
2#define __DUNE_ACFEM_EXPRESSION_WEIGHT_HH__
3
4#include "../common/types.hh"
5#include "policy.hh"
6
7namespace Dune::ACFem::Expressions
8{
9
13 template<class T, class SFINAE = void>
14 constexpr inline std::size_t WeightV = Policy::WeightDefaultV;
15
16}
17
18#endif // __DUNE_ACFEM_EXPRESSION_WEIGHT_HH__
constexpr std::size_t WeightV
Provide an overridable weight for expressions which defaults to their depth.
Definition: weight.hh:14
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Jun 19, 23:17, 2026)