-
- Downloads
Find std math functions by ADL
ADOL-C implements most standard math functions for its 'adouble' type, and they are not in the namespace 'std'. dune-fufem contains a file adolcnamespaceinjections.hh which imports some of these methods into the 'std' namespace, but that is not the proper way to do it. Rather, they should be found by argument-dependent lookup (ADL), that is using std::sin; auto v = sin(x);
parent
7b0e339e
No related branches found
No related tags found
Showing
- dune/gfe/cosseratenergystiffness.hh 3 additions, 2 deletionsdune/gfe/cosseratenergystiffness.hh
- dune/gfe/gramschmidtsolver.hh 3 additions, 2 deletionsdune/gfe/gramschmidtsolver.hh
- dune/gfe/rotation.hh 77 additions, 47 deletionsdune/gfe/rotation.hh
- dune/gfe/unitvector.hh 35 additions, 11 deletionsdune/gfe/unitvector.hh
Loading
Please register or sign in to comment