|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
\( f(x,y,z) = az+b \) More...
Public Member Functions | |
| LinearZ (double a, double b) | |
| Construct with two coefficients. | |
| DG_DEVICE double | operator() (double, double, double z) const |
\( f(x,y,z) = az+b \)
|
inline |
Construct with two coefficients.
| a | linear coefficient |
| b | constant coefficient |
|
inline |