PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
Star stencil points (in the map-plane). More...
#include <stencils.hh>
Public Member Functions | |
Star ()=default | |
Star (T value) | |
void | set (T input) |
T & | operator[] (Direction direction) |
const T & | operator[] (Direction direction) const |
Public Attributes | |
T | c |
T | e |
T | w |
T | n |
T | s |
Star stencil points (in the map-plane).
Definition at line 30 of file stencils.hh.