Skip to content

Struct GradientsP

template <class T>

ClassList > GradientsP

Structure holding gradient arrays for physical variables. More...

  • #include <Arrays.h>

Public Attributes

Type Name
T * dhdx
T * dhdy
T * dudx
T * dudy
T * dvdx
T * dvdy
T * dzbdx
T * dzbdy
T * dzsdx
T * dzsdy

Detailed Description

Template parameters:

  • T Data type

Public Attributes Documentation

variable dhdx

T* GradientsP< T >::dhdx;

Water depth gradient in x-direction


variable dhdy

T* GradientsP< T >::dhdy;

Water depth gradient in y-direction


variable dudx

T* GradientsP< T >::dudx;

Velocity u gradient in x-direction


variable dudy

T* GradientsP< T >::dudy;

Velocity u gradient in y-direction


variable dvdx

T* GradientsP< T >::dvdx;

Velocity v gradient in x-direction


variable dvdy

T* GradientsP< T >::dvdy;

Velocity v gradient in y-direction


variable dzbdx

T* GradientsP< T >::dzbdx;

Bed elevation gradient in x-direction


variable dzbdy

T* GradientsP< T >::dzbdy;

Bed elevation gradient in y-direction


variable dzsdx

T* GradientsP< T >::dzsdx;

Surface elevation gradient in x-direction


variable dzsdy

T* GradientsP< T >::dzsdy;

Surface elevation gradient in y-direction



The documentation for this class was generated from the following file src/Arrays.h