PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
#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.