Home
last modified time | relevance | path

Searched refs:cellindex2 (Results 1 – 1 of 1) sorted by relevance

/dports/science/cdo/cdo-2.0.0/src/
H A DSamplegridicon.cc210 compute_child_from_parent(CellIndex *cellindex1, CellIndex *cellindex2) in compute_child_from_parent() argument
238 const auto ncells2 = cellindex2->ncells; in compute_child_from_parent()
240 cellindex2->child = child2; in compute_child_from_parent()
293 compute_child_from_bounds(CellIndex *cellindex2, long ncells2, double *grid_center_lon2, double *gr… in compute_child_from_bounds() argument
315 cellindex2->child = child2; in compute_child_from_bounds()
375 compute_child_from_coordinates(CellIndex *cellindex1, CellIndex *cellindex2) in compute_child_from_coordinates() argument
380 const auto ncells2 = cellindex2->ncells; in compute_child_from_coordinates()
386 …read_coordinates(cellindex2->filename, ncells2, lon2.data(), lat2.data(), 3, lon2_bnds.data(), lat… in compute_child_from_coordinates()
392 compute_child(CellIndex *cellindex1, CellIndex *cellindex2) in compute_child() argument
405 compute_child_from_parent(cellindex1, cellindex2); in compute_child()
[all …]