DUNE-ACFEM (unstable)
Dune::ACFem::IsProductOperation< T > Struct Template Reference
Evaluate to std::true_type if the operation is product-like. More...
#include <dune/acfem/expressions/operationtraits.hh>
Detailed Description
template<class T>
struct Dune::ACFem::IsProductOperation< T >
struct Dune::ACFem::IsProductOperation< T >
Evaluate to std::true_type if the operation is product-like.
This enables certain optimizations, like extraction of scalar factors where we assume that a scalar commutes with all product expressions.
The documentation for this struct was generated from the following file:
- dune/acfem/expressions/operationtraits.hh
