Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
pism::array::Array::Impl Struct Reference

#include <Array_impl.hh>

Public Member Functions

 Impl ()
 

Public Attributes

bool report_range
 If true, report range when regridding.
 
petsc::Vec v
 
std::string name
 
std::vector< SpatialVariableMetadatametadata
 Metadata (NetCDF variable attributes)
 
std::shared_ptr< const Gridgrid
 The computational grid.
 
unsigned int dof
 number of "degrees of freedom" per grid point
 
unsigned int da_stencil_width
 stencil width supported by the DA
 
bool ghosted
 true if this Array is ghosted
 
std::shared_ptr< petsc::DMda
 
bool begin_access_use_dof
 If true, use DMDAVecGetArrayDOF() in begin_access()
 
std::map< std::string, std::shared_ptr< petsc::Viewer > > map_viewers
 
int access_counter
 
int state_counter
 Internal array::Array "revision number".
 
InterpolationType interpolation_type
 
std::vector< doublezlevels
 Vertical levels (for 3D fields)
 
gsl_interp_accel * bsearch_accel
 

Detailed Description

Definition at line 38 of file Array_impl.hh.


The documentation for this struct was generated from the following file: