Struct GradientsMLP
template <class T>
Structure holding gradient arrays (no z relative variables). More...
#include <Arrays.h>
Public Attributes
Type | Name |
---|---|
T * | dhdx |
T * | dhdy |
T * | dudx |
T * | dudy |
T * | dvdx |
T * | dvdy |
Detailed Description
Template parameters:
T
Data type
Public Attributes Documentation
variable dhdx
Water depth gradient in x-direction
variable dhdy
Water depth gradient in y-direction
variable dudx
Velocity u gradient in x-direction
variable dudy
Velocity u gradient in y-direction
variable dvdx
Velocity v gradient in x-direction
variable dvdy
Velocity v gradient in y-direction
The documentation for this class was generated from the following file src/Arrays.h