Skip to content

Struct GradientsMLP

template <class T>

ClassList > GradientsMLP

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

T* GradientsMLP< T >::dhdx;

Water depth gradient in x-direction


variable dhdy

T* GradientsMLP< T >::dhdy;

Water depth gradient in y-direction


variable dudx

T* GradientsMLP< T >::dudx;

Velocity u gradient in x-direction


variable dudy

T* GradientsMLP< T >::dudy;

Velocity u gradient in y-direction


variable dvdx

T* GradientsMLP< T >::dvdx;

Velocity v gradient in x-direction


variable dvdy

T* GradientsMLP< T >::dvdy;

Velocity v gradient in y-direction



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