PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <MPDATA2.hh>
Public Member Functions | |
MPDATA2 (std::shared_ptr< const Grid > grid, int N) | |
void | update (double dt, const array::CellType &cell_type, const array::Scalar &x, const array::Vector &velocity, bool nonoscillatory=false) |
const array::Scalar & | x () const |
Private Attributes | |
array::Staggered1 | m_v |
array::Staggered1 | m_v_old |
array::Vector1 | m_v_ghosted |
array::Scalar2 | m_x_previous |
array::Scalar2 | m_x_input |
array::Scalar | m_x |
int | m_N |
Definition at line 35 of file MPDATA2.hh.