|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#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.