|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
#include <sstream>#include <cstring>#include "iceModel.hh"#include "pism_signal.h"#include <petscvec.h>Go to the source code of this file.
Functions | |
| static PetscReal | triangle_area (PetscReal *A, PetscReal *B, PetscReal *C) |
| Computes the area of a triangle using vector cross product. | |
| static PetscReal | sin_degrees (PetscReal deg) |
| static PetscReal | cos_degrees (PetscReal deg) |
| static PetscReal | geo_x (PetscReal a, PetscReal b, PetscReal lon, PetscReal lat) |
| static PetscReal | geo_y (PetscReal a, PetscReal b, PetscReal lon, PetscReal lat) |
| static PetscReal | geo_z (PetscReal a, PetscReal b, PetscReal, PetscReal lat) |
Computes geocentric x-coordinate of a point using reference ellipsoid parameters. (see http://en.wikipedia.org/wiki/Reference_ellipsoid)
Definition at line 318 of file iMutil.cc.
References cos_degrees(), vfnow::N, and sin_degrees().
Referenced by IceModel::compute_cell_areas().
Computes geocentric y-coordinate of a point using reference ellipsoid parameters. (see http://en.wikipedia.org/wiki/Reference_ellipsoid)
Definition at line 328 of file iMutil.cc.
References cos_degrees(), vfnow::N, and sin_degrees().
Referenced by IceModel::compute_cell_areas().
Computes geocentric z-coordinate of a point using reference ellipsoid parameters. (see http://en.wikipedia.org/wiki/Reference_ellipsoid)
Definition at line 338 of file iMutil.cc.
References vfnow::N, and sin_degrees().
Referenced by IceModel::compute_cell_areas().
1.7.3