Skip to content

Struct AdvanceP

template <class T>

ClassList > AdvanceP

Structure holding advance variables for time stepping. More...

  • #include <Arrays.h>

Public Attributes

Type Name
T * dh
T * dhu
T * dhv

Detailed Description

Template parameters:

  • T Data type

Public Attributes Documentation

variable dh

T* AdvanceP< T >::dh;

Change in water depth


variable dhu

T* AdvanceP< T >::dhu;

Change in velocity u


variable dhv

T* AdvanceP< T >::dhv;

Change in velocity v



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