Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <Advection.h>
Public Member Functions | |
Advection (const RectGrid< Scalar, Dimension > &grid, const Variable< Scalar, Dimension > &streamf) | |
void | update () |
dealii::SparseMatrix< Scalar > & | operator() () |
const dealii::SparseMatrix< Scalar > & | operator() () const |
Protected Types | |
enum | { Dimension = 2 } |
typedef _Scalar | Scalar |
Protected Attributes | |
const RectGrid< Scalar, Dimension > & | m_grid |
const Variable< Scalar, Dimension > & | m_streamf |
dealii::SparseMatrix< Scalar > | m_jacobian |
Definition at line 11 of file Advection.h.
Definition at line 13 of file Advection.h.
|
protected |
Enumerator | |
---|---|
Dimension |
Definition at line 14 of file Advection.h.
|
inline |
Definition at line 23 of file Advection.h.
|
inline |
Definition at line 27 of file Advection.h.
|
inline |
Definition at line 59 of file Advection.h.
|
inline |
Definition at line 61 of file Advection.h.
|
protected |
Definition at line 16 of file Advection.h.
|
protected |
Definition at line 18 of file Advection.h.
|
protected |
Definition at line 20 of file Advection.h.