DUNE-ACFEM (unstable)

usingstd.hh
1/*@file Inject using declarations into the surrounding namespace.
2 */
3
15using std::sqrt;
16
17using std::cos;
18using std::sin;
19using std::tan;
20
21using std::acos;
22using std::asin;
23using std::atan;
24
25using std::exp;
26using std::log;
27
28using std::cosh;
29using std::sinh;
30using std::tanh;
31
32using std::acosh;
33using std::asinh;
34using std::atanh;
35
36using std::erf;
37using std::lgamma;
38using std::tgamma;
39
40using std::ceil;
41using std::floor;
42using std::round;
43
44using std::atan2;
45using std::pow;
46
47using std::min;
48using std::max;
49
51
auto pow(T1 &&t1, T2 &&t2)
Power operations with scalar exponents are promoted to component-wise power operations by multiplying...
Definition: expressions.hh:525
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Jun 19, 23:17, 2026)