Skip to content

Struct EvolvingMLP

template <class T>

ClassList > EvolvingMLP

Structure holding evolving variables (no z relative variables). More...

  • #include <Arrays.h>

Public Attributes

Type Name
T * h
T * u
T * v

Detailed Description

Template parameters:

  • T Data type

Public Attributes Documentation

variable h

T* EvolvingMLP< T >::h;

Water depth


variable u

T* EvolvingMLP< T >::u;

Velocity u


variable v

T* EvolvingMLP< T >::v;

Velocity v



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