PISM, A Parallel Ice Sheet Model  stable v2.0.6 committed by Constantine Khrulev on 2023-01-23 15:14:38 -0900
Public Member Functions | Public Attributes | Private Member Functions | List of all members
pism::grid_info Class Reference

Contains parameters of an input file grid. More...

#include <IceGrid.hh>

Public Member Functions

 grid_info ()
 
 grid_info (const File &file, const std::string &variable, std::shared_ptr< units::System > unit_system, GridRegistration registration)
 
void report (const Logger &log, int threshold, std::shared_ptr< units::System > s) const
 

Public Attributes

unsigned int t_len
 
unsigned int x_len
 
unsigned int y_len
 
unsigned int z_len
 
double time
 current time (seconds) More...
 
double x0
 x-coordinate of the domain center More...
 
double y0
 y-coordinate of the domain center More...
 
double Lx
 domain half-width More...
 
double Ly
 domain half-height More...
 
double z_min
 minimal value of the z dimension More...
 
double z_max
 maximal value of the z dimension More...
 
std::vector< double > x
 x coordinates More...
 
std::vector< double > y
 y coordinates More...
 
std::vector< double > z
 z coordinates More...
 
std::string filename
 

Private Member Functions

void reset ()
 

Detailed Description

Contains parameters of an input file grid.

Definition at line 62 of file IceGrid.hh.


The documentation for this class was generated from the following files: