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