|
PISM, A Parallel Ice Sheet Model 2.3.2-fa1174726 committed by Constantine Khrulev on 2026-04-08
|
#include <LonLatGrid.hh>
Public Member Functions | |
| LonLatGrid (const std::vector< double > &x, const std::vector< double > &y, const std::string &projection) | |
Public Attributes | |
| std::vector< double > | lon |
| std::vector< double > | lat |
Grid definition using coordinates in radians.
Definition at line 33 of file LonLatGrid.hh.