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. More... | |
DG_DEVICE double | operator() (double x, double y, double z) const |
\( f(x,y,z) = az+b \)
|
inline |
Construct with two coefficients.
a | linear coefficient |
b | constant coefficient |
|
inline |