Commits on Source (9)
-
Ansgar Burchardt authored
This commit renames the `vec_access()` and `vec_size()` methods to match the ones in the `DenseVector` facade class, that is `operator[]()` and `size()`. Closes #3
-
Lars Lubkoll authored
-
Lars Lubkoll authored
added void_t (incl. voider-hack for gcc), and template aliases real_t and field_t for convenient access of T::real_type, T::field_type
-
Lars Lubkoll authored
-
Lars Lubkoll authored
added void_t (incl. voider-hack for gcc), and template aliases real_t and field_t for convenient access of T::real_type, T::field_type
-
Lars Lubkoll authored
-
Lars Lubkoll authored
-
Christian Engwer authored
Rename vec_access() and vec_size() methods This commit renames the `vec_access()` and `vec_size()` methods to match the ones in the `DenseVector` facade class, that is `operator[]()` and `size()`. Closes #3 See merge request !12
-
Christian Engwer authored
void_t, real_t, field_t in dune/common/typetraits.hh Contains: - void_t (+voider) - template <class T> using field_t = typename FieldTraits<T>::field_type; - template <class T> using real_t = typename FieldTraits<T>::real_type; Requires C++11. See merge request !20
Showing
- README.md 1 addition, 1 deletionREADME.md
- dune/common/densevector.hh 3 additions, 3 deletionsdune/common/densevector.hh
- dune/common/dynvector.hh 3 additions, 3 deletionsdune/common/dynvector.hh
- dune/common/fvector.hh 6 additions, 10 deletionsdune/common/fvector.hh
- dune/common/typetraits.hh 32 additions, 0 deletionsdune/common/typetraits.hh