|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
#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.