|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
\( f(x,y) =A/\cosh^2(k_x x) \) More...
Public Member Functions | |
| InvCoshXsq (double amp, double kx) | |
| Construct with two coefficients. | |
| DG_DEVICE double | operator() (double x) const |
| DG_DEVICE double | operator() (double x, double) const |
| DG_DEVICE double | operator() (double x, double, double) const |
\( f(x,y) =A/\cosh^2(k_x x) \)
|
inline |
Construct with two coefficients.
| amp | amplitude |
| kx | kx |
|
inline |
|
inline |
|
inline |