Struct FluxP
template <class T>
Structure holding flux variables for advection. More...
#include <Arrays.h>
Public Attributes
| Type | Name |
|---|---|
| T * | Fhu |
| T * | Fhv |
| T * | Fqux |
| T * | Fquy |
| T * | Fqvx |
| T * | Fqvy |
| T * | Su |
| T * | Sv |
Detailed Description
Template parameters:
TData type
Public Attributes Documentation
variable Fhu
Flux of h in u-direction
variable Fhv
Flux of h in v-direction
variable Fqux
Flux of u in x-direction
variable Fquy
Flux of u in y-direction
variable Fqvx
Flux of v in x-direction
variable Fqvy
Flux of v in y-direction
variable Su
Source term for u
variable Sv
Source term for v
The documentation for this class was generated from the following file src/Arrays.h