|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#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< SpatialVariableMetadata > | metadata |
| Metadata (NetCDF variable attributes) | |
| std::shared_ptr< const Grid > | grid |
| 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::DM > | da |
| 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< double > | zlevels |
| Vertical levels (for 3D fields) | |
| gsl_interp_accel * | bsearch_accel |
Definition at line 38 of file Array_impl.hh.